Merge pull request #998 from stakater/fix-broken-test

fixed broken test
This commit is contained in:
M Ahmad Mujtaba
2025-08-22 15:22:40 +05:00
committed by GitHub

View File

@@ -4267,7 +4267,7 @@ func TestGetContainerUsingResourceWithArgoRolloutEmptyContainers(t *testing.T) {
// Use proper Argo Rollout object instead of Pod
mockRollout := MockArgoRolloutWithEmptyContainers(namespace, "test-rollout")
config := util.Config{
config := common.Config{
Namespace: namespace,
ResourceName: resourceName,
Type: constants.ConfigmapEnvVarPostfix,