Add Gandalf Bunny infrastructure gateway
All checks were successful
Test / test (push) Successful in 8s
All checks were successful
Test / test (push) Successful in 8s
This commit is contained in:
parent
484abbeadd
commit
dec3f970f3
3 changed files with 4 additions and 4 deletions
|
|
@ -196,7 +196,7 @@ class StaticSiteTests(unittest.TestCase):
|
|||
request = urlopen.call_args.args[0]
|
||||
self.assertEqual(
|
||||
request.full_url,
|
||||
"https://purge.example/v1/purge/example-org",
|
||||
"https://purge.example/v1/static-sites/example-org/purge",
|
||||
)
|
||||
self.assertEqual(request.method, "POST")
|
||||
self.assertEqual(
|
||||
|
|
|
|||
Loading…
Reference in a new issue