1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

LOOPIA: Linting corrections (#2175)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Tom Limoncelli
2023-03-16 13:57:18 -04:00
committed by GitHub
parent 30646a15f7
commit 31765b0bef
4 changed files with 103 additions and 89 deletions

View File

@ -201,7 +201,7 @@ func TestClient_GetDomainRecords(t *testing.T) {
client := NewClient("apiuser", "goodpassword", "", false, true, false)
client.BaseURL = serverURL + "/"
recordObjs, err := client.GetDomainRecords(exampleDomain, exampleSubDomain)
recordObjs, err := client.getDomainRecords(exampleDomain, exampleSubDomain)
require.NoError(t, err)
zr := zRec{