We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426ea7e commit a9d9079Copy full SHA for a9d9079
provider/cloudflare/cloudflare_regional_test.go
@@ -24,6 +24,7 @@ import (
24
"github.com/cloudflare/cloudflare-go"
25
26
"github.com/stretchr/testify/assert"
27
+
28
"sigs.k8s.io/external-dns/endpoint"
29
)
30
@@ -124,7 +125,7 @@ func Test_regionalHostname(t *testing.T) {
124
125
t.Run(tt.name, func(t *testing.T) {
126
p := CloudFlareProvider{RegionKey: tt.args.defaultRegionKey}
127
got := p.regionalHostname(tt.args.endpoint)
- assert.Equal(t, got, tt.want)
128
+ assert.Equal(t, tt.want, got)
129
})
130
}
131
0 commit comments