aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_application.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_application.py')
-rw-r--r--tests/test_application.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_application.py b/tests/test_application.py
index 52c19e6..70bad6c 100644
--- a/tests/test_application.py
+++ b/tests/test_application.py
@@ -169,7 +169,6 @@ def test_if_none_match_malformed_etag(app, token):
)
assert res.status == "201 Created"
assert res.headers["Location"] == res.request.url
- etag = res.headers["ETag"]
res = app.get(
"/test_key", headers={"If-None-Match": "malformed"}, expect_errors=True
)