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:
@ -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{
|
||||
|
Reference in New Issue
Block a user