From 7eb87a55f773bb1bb0905e497dc3e1dbc30647f9 Mon Sep 17 00:00:00 2001 From: Khaled Blah Date: Thu, 14 Mar 2024 13:09:49 +0100 Subject: [PATCH] A8S-1964: fix integration tests --- integration/simple_checks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",