Skip to content

Commit

Permalink
any
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo committed Jan 18, 2025
1 parent aefe437 commit ae1bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applicationset/generators/pull_request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func TestPullRequestGithubGenerateParams(t *testing.T) {
"foo": "bar",
"pr_branch": "{{ branch }}",
},
expected: []map[string]interface{}{
expected: []map[string]any{
{
"number": "1",
"title": "title1",
Expand Down

0 comments on commit ae1bec3

Please sign in to comment.