Skip to content

Commit

Permalink
Updated part of k8s that I forgot to update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoukoVirtanen committed Jan 2, 2025
1 parent a8909a2 commit bea6579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/suites/k8s/config_reload.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (k *K8sConfigReloadTestSuite) TestConfigurationReload() {
"ROX_COLLECTOR_INTROSPECTION_ENABLE": "true",
},
})
assert.AssertExternalIps(k.T(), true, k.Collector().IP())
assert.AssertExternalIps(k.T(), "ENABLED", k.Collector().IP())

log.Info("Checking external IPs is disabled")
configMap.Data["runtime_config.yaml"] = EXT_IP_DISABLE
Expand Down

0 comments on commit bea6579

Please sign in to comment.