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 7b27a72 commit a693585Copy full SHA for a693585
python/example-pytest-selfie/tests/app_account_test.py
@@ -71,8 +71,5 @@ def test_login_flow(client):
71
web_selfie(client.get("/")).to_match_disk("4. log in fails with fake cookies") \
72
.facet("status").to_be("401 UNAUTHORIZED")
73
74
-
75
-#SELFIEWRITE
76
77
if __name__ == "__main__":
78
pytest.main()
0 commit comments