diff --git a/integration/simple_checks_test.go b/integration/simple_checks_test.go index 1581958..717b61c 100644 --- a/integration/simple_checks_test.go +++ b/integration/simple_checks_test.go @@ -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",