Created
April 30, 2020 18:20
-
-
Save nestorsalceda/af2f9cf19a2aabb76e79c3a326d2abd7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It("creates a secret with the authentication data", func() { | |
inlineAdapter.Scan(scanRequest()) | |
storedUser, storedPassword := getUserAndPasswordFromSecret(k8sClient, "inline-scan-demo") | |
Expect(storedUser).To(Equal(user)) | |
Expect(storedPassword).To(Equal(password)) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment