Skip to content

Commit

Permalink
Amend test url
Browse files Browse the repository at this point in the history
Co-Authored-By: Tom Kralidis <[email protected]>
  • Loading branch information
webb-ben and tomkralidis committed Dec 19, 2023
1 parent 807cc25 commit 583a7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_admin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class APITest(unittest.TestCase):
def setUp(self):
"""setup test fixtures, etc."""

self.admin_endpoint = 'http://localhost:5000/admin'
self.admin_endpoint = 'http://localhost:5000/admin/config'
self.http = Session()
self.http.headers.update({
'Content-type': 'application/json',
Expand Down

0 comments on commit 583a7a0

Please sign in to comment.