Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 17, 2024
1 parent 205bcd2 commit d86350b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/models/test/test_remote_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def test_purges_cdn_cache_on_sync(self, mock_post):
mock_post.assert_called_once_with(
"https://api.cloudflare.com/client/v4/zones/MY_ZONE_ID/purge_cache",
headers={"Authorization": "Bearer MY_TOKEN"},
data={
json={
"files": [
{"url": "https://cdn.posthog.com/array/phc_12345/config"},
{"url": "https://cdn.posthog.com/array/phc_12345/config.js"},
Expand Down

0 comments on commit d86350b

Please sign in to comment.