Skip to content

Commit

Permalink
Update test_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Jul 21, 2024
1 parent ca0693a commit 834657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class TestServer(unittest.TestCase):
def test_server_start_stop(self):
start()
start(exit_on_finish=False)
response = requests.get(GEOWEAVER_DEFAULT_ENDPOINT_URL)
self.assertEqual(
response.status_code,
Expand Down

0 comments on commit 834657c

Please sign in to comment.