Skip to content

Commit

Permalink
A8S-1964: fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledavarteq committed Mar 14, 2024
1 parent a01cb97 commit 7eb87a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/simple_checks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func testSimpleChecks(t *testing.T, context spec.G, it spec.S) {
MatchRegexp(fmt.Sprintf(`%s \d+\.\d+\.\d+`, settings.Buildpack.Name)),
" Using environment variables GIT_CREDENTIALS_USERNAME and GIT_CREDENTIALS_PASSWORD",
" Initializing GIT credentials cache",
" Running command: /usr/bin/git config --replace-all --global credential.helper ' cache --timeout 3600 '",
" Running command: /usr/bin/git config --replace-all --global credential.helper cache",
" Command succeeded",
"",
" Configuring git to use HTTPs for authentication",
Expand Down

0 comments on commit 7eb87a5

Please sign in to comment.