1
0
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:
Tom Limoncelli
2020-06-19 17:15:26 -04:00
parent 44bd4206e8
commit 5f66991458
2 changed files with 6 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ func testFormat(t *testing.T, domain, format string) {
CredName: "bind",
ProviderName: "BIND",
}
gzargs.CredsFile = "test_data/creds.json"
gzargs.CredsFile = "test_data/bind-creds.json"
// Read the zonefile and convert
err = GetZone(gzargs)