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 b5f22b9 commit ecd5c62Copy full SHA for ecd5c62
internal/k8s/configuration_vsr_test.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
// WIP - Jakub
12
-func TestAddVirtualServerVSR(t *testing.T) {
+func TestAddAndUpdateVirtualServer(t *testing.T) {
13
// Add a VirtualServer
14
vs := createTestVirtualServer("virtualserver", "foo.example.com")
15
expectedChanges := []ResourceChange{
0 commit comments