Browse Source

commit missing changes for tests

pull/681/head
Yaroshevich, Denis 5 years ago
parent
commit
4a1e11c394
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_octodns_provider_gcore.py

+ 1
- 1
tests/test_octodns_provider_gcore.py View File

@ -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(


Loading…
Cancel
Save