Skip to content

Commit

Permalink
fake an e2e failure
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmarchese committed Jul 20, 2023
1 parent 922f70d commit 4cc6e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/adminapi_cluster_get.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ var _ = Describe("[Admin API] Get cluster action", func() {
// Note: some fields will have empty values
// on successfully provisioned cluster (oc.Properties.Install, for example)
Expect(oc.Properties.StorageSuffix).ToNot(BeEmpty())
Expect(oc.Properties.InfraID).ToNot(BeEmpty())
Expect(oc.Properties.InfraID).To(BeEmpty())
})
})

0 comments on commit 4cc6e44

Please sign in to comment.