Skip to content

Commit

Permalink
🖤
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Jan 6, 2023
1 parent ab81951 commit ddf6d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cache/origin/test_fastly.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def test_purge_key_ok(self, monkeypatch):
"Fastly-Key": "an api key",
"Fastly-Soft-Purge": "1",
},
)
),
]
assert response.raise_for_status.calls == [pretend.call(), pretend.call()]

Expand Down

0 comments on commit ddf6d93

Please sign in to comment.