trying to get this to deploy

This commit is contained in:
2019-11-11 12:30:09 +01:00
parent 708cd8f0e7
commit f3ed56f0e1
12 changed files with 66 additions and 170 deletions

View File

@@ -8,7 +8,6 @@ from personal_api.main import app
from personal_api.models import Resume, Availability, Project, Post
client = TestClient(app)
VALID_AUTH = (PERSONAL_API_USERNAME, PERSONAL_API_PASS)