Skip to content

Commit a9d9079

Browse files
committed
feat(cloudflare): update cloudflare_regional_test.go
1 parent 426ea7e commit a9d9079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

provider/cloudflare/cloudflare_regional_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import (
2424
"github.com/cloudflare/cloudflare-go"
2525

2626
"github.com/stretchr/testify/assert"
27+
2728
"sigs.k8s.io/external-dns/endpoint"
2829
)
2930

@@ -124,7 +125,7 @@ func Test_regionalHostname(t *testing.T) {
124125
t.Run(tt.name, func(t *testing.T) {
125126
p := CloudFlareProvider{RegionKey: tt.args.defaultRegionKey}
126127
got := p.regionalHostname(tt.args.endpoint)
127-
assert.Equal(t, got, tt.want)
128+
assert.Equal(t, tt.want, got)
128129
})
129130
}
130131
}

0 commit comments

Comments
 (0)