We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4ab5b commit e5ddb0eCopy full SHA for e5ddb0e
tests/test_index.py
@@ -22,6 +22,6 @@ def test_system_search():
22
23
def test_megaships():
24
with app.test_client() as client:
25
- response = client.get("/404")
26
- assert response.status_code == 404
27
- assert response.text.__contains__('umami.track("error_404");')
+ response = client.get("/results?system=Sol&power=Jerome+Archer&taskName=Scan+Megaship+Datalinks&choice=Reinforce")
+ assert response.status_code == 200
+ assert response.text.__contains__("Found 15 megaships in Jerome")
0 commit comments