Skip to content

Commit

Permalink
Change DB name, clean tests, update email address for email service (#24
Browse files Browse the repository at this point in the history
)
  • Loading branch information
DinuWije authored Feb 12, 2023
1 parent cabbad1 commit de9a422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ services:
env_file:
- ./.env
db:
# TODO: rename container for your project
container_name: scv2_db
container_name: SHOW-database
image: postgres:12-alpine
ports:
- 5432:5432
Expand Down
2 changes: 0 additions & 2 deletions e2e-tests/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def get_user_by_email(backend_url, auth_header, email):


def create_user(backend_url, auth_header, body):
print("HERE")
print(auth_header)
response = requests.post(
f"{backend_url}/users/",
json=body,
Expand Down

0 comments on commit de9a422

Please sign in to comment.