Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariquest committed Jan 30, 2025
1 parent 17b0c06 commit 746e363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/helpers/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func SetAPI() (string, bool) {
apiURL := GetAPI()
skipSSLValidation := SkipSSLValidation()
if skipSSLValidation {
Eventually(CF("api", apiURL, "--skip-ssl-validation")).Should(Exit(1))
Eventually(CF("api", apiURL, "--skip-ssl-validation")).Should(Exit(0))
} else {
Eventually(CF("api", apiURL)).Should(Exit(0))
}
Expand Down

0 comments on commit 746e363

Please sign in to comment.