From a2315ed8e7fab4ff694c31254bb636b4ffb58dea Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Tue, 28 Mar 2023 19:17:18 +0100 Subject: remove unused variable --- tests/test_application.py | 1 - 1 file changed, 1 deletion(-) 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 ) -- cgit v1.2.3-54-g00ecf