Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Strusiewicz-Surmacki <patryk-pawel.strusiewicz-surmacki@external.telekom.de>
  • Loading branch information
p-strusiewiczsurmacki-mobica committed Oct 17, 2024
1 parent d84e54c commit 2c074c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/e2e/coil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ func testCoild() {
func testNAT(data []byte, clientPod, fakeURL string, natAddresses []string, ipamEnabled bool) {
resp := kubectlSafe(data, "exec", "-i", clientPod, "--", "curl", "-sf", "-T", "-", fakeURL)

if !enableIPAMTests {
if !ipamEnabled {
respStr := string(resp)
idx := strings.Index(respStr, "|")
ipAddr := respStr[:idx]
Expand Down

0 comments on commit 2c074c1

Please sign in to comment.