Skip to content

Commit

Permalink
Fix duplicate test name (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
linnan-github authored Jan 4, 2024
1 parent c39ac5e commit be4d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/header-validator/trigger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ const testCases: jsontest.TestCase<Trigger>[] = [
],
},
{
name: 'aggregation-coordinator-origin-untrustworthy',
name: 'aggregation-coordinator-origin-path-ignored',
json: `{"aggregation_coordinator_origin": "https://b.a.test/x"}`,
expectedWarnings: [
{
Expand Down

0 comments on commit be4d34b

Please sign in to comment.