Skip to content

Commit

Permalink
Update test_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ReggaeUlli authored Aug 15, 2023
1 parent 19dcb2b commit 2205085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def setup_function():

def test_get_ontologies():
response = requests.get(url, params=None)
assert(response.status_code==200)
assert(response.text=="Capability_with_Query")
assert response.status_code == 200
assert response.text == "Capability_with_Query"



Expand Down

0 comments on commit 2205085

Please sign in to comment.