Skip to content

Commit

Permalink
Merge pull request #1681 from gabbifish/fix-1680
Browse files Browse the repository at this point in the history
Fix 1680: Usage of nonexistent namespace in cronjob example tests
  • Loading branch information
k8s-ci-robot committed Sep 16, 2020
2 parents 0273e36 + 9e134db commit 36a6dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var _ = Describe("CronJob controller", func() {
// Define utility constants for object names and testing timeouts/durations and intervals.
const (
CronjobName = "test-cronjob"
CronjobNamespace = "test-cronjob-namespace"
CronjobNamespace = "default"
JobName = "test-job"

timeout = time.Second * 10
Expand Down

0 comments on commit 36a6dad

Please sign in to comment.