Skip to content

Commit

Permalink
Update vinyldns/integration_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Emerle <ryan_emerle@comcast.com>
  • Loading branch information
mdb and remerle authored Sep 16, 2020
1 parent 66ffe70 commit adc41cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vinyldns/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ func TestRecordSetsGlobalListAllIntegrationFilterForExistentName(t *testing.T) {
}

records, err := c.RecordSetsGlobalListAll(GlobalListFilter{
RecordNameFilter: rName,
RecordNameFilter: rName + "*",
})
if err != nil {
t.Error(err)
Expand Down

0 comments on commit adc41cf

Please sign in to comment.