Skip to content

Commit a693585

Browse files
committed
Good to know that this works!
1 parent 7b27a72 commit a693585

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/example-pytest-selfie/tests/app_account_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,5 @@ def test_login_flow(client):
7171
web_selfie(client.get("/")).to_match_disk("4. log in fails with fake cookies") \
7272
.facet("status").to_be("401 UNAUTHORIZED")
7373

74-
75-
#SELFIEWRITE
76-
7774
if __name__ == "__main__":
7875
pytest.main()

0 commit comments

Comments
 (0)