mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
fix route/cloudfoundry test
This commit is contained in:
parent
002a85e92a
commit
7a6d233bd7
@ -32,7 +32,7 @@ func TestRouteSource(t *testing.T) {
|
||||
t.Run("Interface", testRouteSourceImplementsSource)
|
||||
}
|
||||
|
||||
// testRouteSourceImplementsSource tests that routeSource is a valid Source.
|
||||
// testRouteSourceImplementsSource tests that cloudfoundrySource is a valid Source.
|
||||
func testRouteSourceImplementsSource(t *testing.T) {
|
||||
require.Implements(t, (*Source)(nil), new(routeSource))
|
||||
require.Implements(t, (*Source)(nil), new(cloudfoundrySource))
|
||||
}
|
Loading…
Reference in New Issue
Block a user