From aed56336c3e8ff683e9540065b502f423dd6760d Mon Sep 17 00:00:00 2001 From: Ahmed Elsabbahy Date: Fri, 19 Jul 2024 08:19:56 -0700 Subject: [PATCH] Fix test file for release (#956) --- integration-tests/goss/goss-shared.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/goss/goss-shared.yaml b/integration-tests/goss/goss-shared.yaml index b3dc4a01..42e8a5e7 100644 --- a/integration-tests/goss/goss-shared.yaml +++ b/integration-tests/goss/goss-shared.yaml @@ -206,7 +206,7 @@ http: headers: ["Content-Type: application/json"] body: - '"Foo": "bar"' - - '/"User-Agent": "goss/[0-9]+.[0-9]+.[0-9]+"/' + - '/"User-Agent": "goss/v?[0-9]+.[0-9]+.[0-9]+"/' http://httpbin/headers?host: status: 200 timeout: 60000