From b28e4e552bdda45ced03a5da30d422b2ebe21b41 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 29 Apr 2026 07:08:26 -0400 Subject: [PATCH] test: align git:report --global assertion with rendered key --- tests/unit/git_3.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/git_3.bats b/tests/unit/git_3.bats index a924b99ea..064d8e9a1 100644 --- a/tests/unit/git_3.bats +++ b/tests/unit/git_3.bats @@ -838,7 +838,7 @@ teardown() { echo "status: $status" assert_success assert_output_contains "global git information" - assert_output_contains "Global deploy branch" + assert_output_contains "Git global deploy branch" } @test "(git:report) --global --format json" {