Skip to content

Commit

Permalink
Homepage does not need to show up in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
Linbreux committed Feb 5, 2022
1 parent a16f2b5 commit 5be19f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_list():
rv = app.test_client().get("/list/")

assert rv.status_code == 200
assert b'homepage.md' in rv.data
#assert b'homepage.md' in rv.data
assert b'Features.md' in rv.data

# creates a file and check if the content of the file is visible in the wiki
Expand Down

0 comments on commit 5be19f4

Please sign in to comment.