Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Jul 12, 2023
1 parent 7af4f3e commit b9a37fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/test/deployment_with_ports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestCreateDeploymentWithPort(t *testing.T) {
Name: "extend",
Port: 20000,
Protocol: &tcp,
NodePort: pointer.Int32(80),
NodePort: pointer.Int32(31000),
HostPort: pointer.Int32(8080),
HostIP: pointer.String("10.10.10.1"),
},
Expand All @@ -57,7 +57,7 @@ func TestCreateDeploymentWithPort(t *testing.T) {
Protocol: tcp,
Port: 20000,
TargetPort: intstr.FromInt(20000),
NodePort: 80,
NodePort: 31000,
}))

// Resource 6 = StatefulSet
Expand Down

0 comments on commit b9a37fc

Please sign in to comment.