From 91283614b89337c408951c5f23c913029e959914 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 8 Sep 2024 09:52:45 -0400 Subject: [PATCH] chore: Update tests for lowercasing image names --- test-files/github-events/default-branch.json | 2 +- test-files/github-events/pr-branch.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-files/github-events/default-branch.json b/test-files/github-events/default-branch.json index 5b8b9eb..ac87585 100644 --- a/test-files/github-events/default-branch.json +++ b/test-files/github-events/default-branch.json @@ -3,7 +3,7 @@ "repository": { "default_branch": "main", "owner": { - "login": "test-owner" + "login": "Test-Owner" }, "html_url": "https://example.com/" } diff --git a/test-files/github-events/pr-branch.json b/test-files/github-events/pr-branch.json index 1362ba0..01871a7 100644 --- a/test-files/github-events/pr-branch.json +++ b/test-files/github-events/pr-branch.json @@ -8,7 +8,7 @@ "repository": { "default_branch": "main", "owner": { - "login": "test-owner" + "login": "Test-Owner" }, "html_url": "https://example.com/" }