Skip to content

Commit

Permalink
Update test_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Nov 25, 2024
1 parent 8d10247 commit 501c042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Backend/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

def test_insert_user():
"""
Test for http://localhost:5170/add_newuser, adding user to database
Test for http://localhost:5000/add_newuser, adding user to database
"""
global UNIQUE_USER_ID
url = "http://localhost:5170"
url = "http://localhost:5000"

UNIQUE_USER_ID = requests.post((url + "/add_newuser"),
json={"username":"sam2213",
Expand Down

0 comments on commit 501c042

Please sign in to comment.