Skip to content

Commit d0a6a75

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a1d3246 commit d0a6a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/test_cache_policies_vsr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def test_cache_policy_vsr_advanced(
202202
cache_status_1 in ["MISS", "EXPIRED", None],
203203
cache_status_2 == "HIT", # Second GET should be cache hit
204204
cache_status_3 in ["MISS", "EXPIRED", None], # First POST should be cache miss
205-
cache_status_4 == "HIT", # HEAD should be cache hit
205+
cache_status_4 == "HIT", # HEAD should be cache hit
206206
]
207207
)
208208

0 commit comments

Comments
 (0)