From 832a41b647439b78fa767af37e06286c83f2af0f Mon Sep 17 00:00:00 2001 From: codex-bot-andresmgsl Date: Sat, 22 Aug 2026 22:22:53 +0000 Subject: [PATCH] test: update roster drift fixture --- test/labels.test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/labels.test.sh b/test/labels.test.sh index 72a8297..8c908ef 100755 --- a/test/labels.test.sh +++ b/test/labels.test.sh @@ -246,7 +246,7 @@ sed 's/^panel=/panel=ghost-bot /' "$CONF" >"$mut_conf" check "an identity in the conf but not the table goes red" 1 "ghost-bot" \ roster_in_sync "$mut_conf" "$CONTRIB" # shellcheck disable=SC2016 # the backticks are the table's, not a subshell -sed 's/^| `glm-reviewer-andresmgsl`/| `ghost-bot`/' "$CONTRIB" >"$mut_contrib" +sed 's/^| `glm-bot-andresmgsl`/| `ghost-bot`/' "$CONTRIB" >"$mut_contrib" check "an identity in the table but not the conf goes red" 1 "ghost-bot" \ roster_in_sync "$CONF" "$mut_contrib"