From f44a761c244d809639f8e1f42010775a63fbaf79 Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 28 Nov 2024 12:52:10 +0100 Subject: [PATCH] adapt spec expectation to bumped httpx version --- .../spec/workers/cron/check_deploy_status_job_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github_integration/spec/workers/cron/check_deploy_status_job_spec.rb b/modules/github_integration/spec/workers/cron/check_deploy_status_job_spec.rb index c4d9999186a5..5843b87e0404 100644 --- a/modules/github_integration/spec/workers/cron/check_deploy_status_job_spec.rb +++ b/modules/github_integration/spec/workers/cron/check_deploy_status_job_spec.rb @@ -101,7 +101,7 @@ { "Accept" => "*/*", "Accept-Encoding" => "gzip, deflate", - "User-Agent" => "httpx.rb/1.3.3" + "User-Agent" => "httpx.rb/1.3.4" } end