Skip to content

Commit 01d891f

Browse files
committed
fix typo
1 parent ac77a43 commit 01d891f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/controller_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func setup(t *testing.T, onlyNamespace string, excludeNamespaces string) (*kuber
103103
&Config{
104104
Template: "{{namespace}}/{{deploymentName}}/{{containerName}}",
105105
LogicalEnvironment: "test-logical-env",
106-
PhysicalEnvironment: "test physical-env",
106+
PhysicalEnvironment: "test-physical-env",
107107
Cluster: "test-cluster",
108108
Organization: "test-org",
109109
},

0 commit comments

Comments
 (0)