chore(test): sync agent name casing in tests (#1128)

Co-authored-by: justsisyphus <justsisyphus@users.noreply.github.com>
This commit is contained in:
justsisyphus
2026-01-26 12:10:30 +09:00
committed by GitHub
parent ac8b3c6143
commit a25233708a
8 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ describe("prometheus-md-only", () => {
describe("with non-Prometheus agent in message storage", () => {
beforeEach(() => {
setupMessageStorage(TEST_SESSION_ID, "Sisyphus")
setupMessageStorage(TEST_SESSION_ID, "sisyphus")
})
test("should not affect non-Prometheus agents", async () => {