mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
commit missing changes for tests
This commit is contained in:
@@ -153,7 +153,7 @@ class TestGCoreProvider(TestCase):
|
||||
|
||||
provider._client._request.assert_has_calls(
|
||||
[
|
||||
call("GET", "/zones/unit.tests/rrsets"),
|
||||
call("GET", "/zones/unit.tests/rrsets?all=true"),
|
||||
call("GET", "/zones/unit.tests"),
|
||||
call("POST", "/zones", data={"name": "unit.tests"}),
|
||||
call(
|
||||
|
||||
Reference in New Issue
Block a user