Skip to content

Commit

Permalink
Adding testDescription to test
Browse files Browse the repository at this point in the history
  • Loading branch information
axel7083 committed Jul 5, 2023
1 parent 7e353a3 commit 25249f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/webhook/v1beta1/pod/inject_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ func TestMutatePodContainersEnv(t *testing.T) {
Name: "container-1",
Env: []v1.EnvVar{
{
Name: "KATIB_TRIAL_NAME",
Name: consts.KatibTrialEnvName,
Value: testTrialName,
},
},
Expand All @@ -1111,15 +1111,15 @@ func TestMutatePodContainersEnv(t *testing.T) {
Name: "container-2",
Env: []v1.EnvVar{
{
Name: "KATIB_TRIAL_NAME",
Name: consts.KatibTrialEnvName,
Value: testTrialName,
},
},
},
},
},
},
testDescription: "todo",
testDescription: "Mutated Pod should have all containers with KATIB_TRIAL_NAME env",
},
}

Expand Down

0 comments on commit 25249f2

Please sign in to comment.