Skip to content

Commit

Permalink
chore: Update tests for lowercasing image names
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Sep 8, 2024
1 parent 8c94473 commit 9128361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-files/github-events/default-branch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": {
"default_branch": "main",
"owner": {
"login": "test-owner"
"login": "Test-Owner"
},
"html_url": "https://example.com/"
}
Expand Down
2 changes: 1 addition & 1 deletion test-files/github-events/pr-branch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"repository": {
"default_branch": "main",
"owner": {
"login": "test-owner"
"login": "Test-Owner"
},
"html_url": "https://example.com/"
}
Expand Down

0 comments on commit 9128361

Please sign in to comment.