diff --git a/integration-tests/pkg/types/runtime_config.go b/integration-tests/pkg/types/runtime_config.go index 9d217d9abc..eae8699f7a 100644 --- a/integration-tests/pkg/types/runtime_config.go +++ b/integration-tests/pkg/types/runtime_config.go @@ -16,7 +16,7 @@ func (n *RuntimeConfig) Equal(other RuntimeConfig) bool { return n.Networking.ExternalIps.Enable == other.Networking.ExternalIps.Enable } -func (s *RuntimeConfig) GetRuntimeConfigStr() (string, error) { +func (n *RuntimeConfig) GetRuntimeConfigStr() (string, error) { yamlBytes, err := yaml.Marshal(s) if err != nil {