Skip to content

Commit

Permalink
fixed an issue with the test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfang97 committed Apr 26, 2024
1 parent 76f3654 commit 7d93ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/first_time_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_post(self):
'userPassword': 'test',
'userPasswordConfirm': 'test',
'instanceName': 'Test Synbiohub', 'frontendURL': 'http://localhost:7777',
'instanceURL': 'http://localhost:7777/',
'instanceUrl': 'http://localhost:7777/',
'uriPrefix': 'http://localhost:7777/',
'color': '#D25627',
'frontPageText': 'text',
Expand Down

0 comments on commit 7d93ff1

Please sign in to comment.