Skip to content

Commit

Permalink
fix broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jan 17, 2024
1 parent fb0d8ba commit d6daf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/jobs/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,7 @@ func TestNewRunnerJobPLZTestRun(t *testing.T) {
},
},
},
SecurityContext: &corev1.SecurityContext{},
}},
TerminationGracePeriodSeconds: &zero,
Volumes: script.Volume(),
Expand Down Expand Up @@ -1735,7 +1736,6 @@ func TestNewRunnerJobPLZTestRun(t *testing.T) {
Type: v1alpha1.CloudPLZTestRun,
Status: metav1.ConditionTrue,
LastTransitionTime: metav1.Now(),
// Reason: "CloudPLZTestRunTrue",
},
},
},
Expand Down

0 comments on commit d6daf9e

Please sign in to comment.