From 7d93ff1cacd6e9163bc728c4139d4f4df57016a5 Mon Sep 17 00:00:00 2001 From: learner97 Date: Fri, 26 Apr 2024 17:59:19 -0600 Subject: [PATCH] fixed an issue with the test --- tests/first_time_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/first_time_setup.py b/tests/first_time_setup.py index 47a38d88..9240a5a3 100644 --- a/tests/first_time_setup.py +++ b/tests/first_time_setup.py @@ -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',