mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Fix failing test
This commit is contained in:
@@ -47,7 +47,7 @@ func testFormat(t *testing.T, domain, format string) {
|
|||||||
CredName: "bind",
|
CredName: "bind",
|
||||||
ProviderName: "BIND",
|
ProviderName: "BIND",
|
||||||
}
|
}
|
||||||
gzargs.CredsFile = "test_data/creds.json"
|
gzargs.CredsFile = "test_data/bind-creds.json"
|
||||||
|
|
||||||
// Read the zonefile and convert
|
// Read the zonefile and convert
|
||||||
err = GetZone(gzargs)
|
err = GetZone(gzargs)
|
||||||
|
5
commands/test_data/bind-creds.json
Normal file
5
commands/test_data/bind-creds.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"bind": {
|
||||||
|
"directory": "test_data"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user