Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhaseeb2 committed May 11, 2022
1 parent c7bf7d1 commit a9dbaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var _ = BeforeSuite(func(done Done) {

apiBaseUrl, err := secretsUtil.LoadSecretDataUsingClient(k8sClient, config.JiraServiceDeskSecretName, ns, config.JiraServiceDeskAPIBaseURLSecretKey)
Expect(err).ToNot(HaveOccurred())
Expect(apiBaseUrl).ToNot(BeNil())
Expect(apiBaseUrl).To(BeNil())

email, err := secretsUtil.LoadSecretDataUsingClient(k8sClient, config.JiraServiceDeskSecretName, ns, config.JiraServiceDeskEmailSecretKey)
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit a9dbaac

Please sign in to comment.