Skip to content

Commit

Permalink
Test fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
panasevychol committed Jul 14, 2020
1 parent 22367ab commit a57dfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli_gui/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_home_page_exits():

# assert the status code of the response
assert result.status_code == 200
assert "AEA CLI REST API" in str(result.data)
assert "AEA GUI" in str(result.data)


def test_icon():
Expand Down

0 comments on commit a57dfc4

Please sign in to comment.