Skip to content

Commit ecd5c62

Browse files
committed
WIP - reflect tested functionality in the test name
1 parent b5f22b9 commit ecd5c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/k8s/configuration_vsr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// WIP - Jakub
12-
func TestAddVirtualServerVSR(t *testing.T) {
12+
func TestAddAndUpdateVirtualServer(t *testing.T) {
1313
// Add a VirtualServer
1414
vs := createTestVirtualServer("virtualserver", "foo.example.com")
1515
expectedChanges := []ResourceChange{

0 commit comments

Comments
 (0)