fix: only query relevant records when looking up record ids on Ionos API (#19)
Reviewed-on: #19 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #19.
This commit is contained in:
@@ -82,7 +82,7 @@ func (m *MockIonosAPI) GetZoneId(tld string) (string, error) {
|
||||
return m.GetZoneIdFunc(tld)
|
||||
}
|
||||
|
||||
func (m *MockIonosAPI) HttpCall(method string, url string, body io.Reader) (*http.Response, error) {
|
||||
func (m *MockIonosAPI) HttpCall(method string, url string, body io.Reader, queryParams map[string]string) (*http.Response, error) {
|
||||
return m.HttpCallFunc(method, url, body)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user