Skip to content

Commit

Permalink
Merge branch 'cap' of github.com:feifeiji89/attribution-reporting-api…
Browse files Browse the repository at this point in the history
… into cap
  • Loading branch information
feifeiji89 committed Oct 22, 2024
2 parents d5d34ae + 2f46001 commit db3fc19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/src/header-validator/source.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3077,7 +3077,7 @@ const testCases: TestCase[] = [

// Named budgets.
{
name: 'named_budgets-not-a-dictionary',
name: 'named-budgets-not-a-dictionary',
input: `{
"destination": "https://a.test",
"named_budgets": ["1"]
Expand Down Expand Up @@ -3120,7 +3120,7 @@ const testCases: TestCase[] = [
parseNamedBudgets: true,
},
{
name: 'named_budgets-too-many',
name: 'named-budgets-too-many',
input: `{
"destination": "https://a.test",
"named_budgets": {
Expand Down

0 comments on commit db3fc19

Please sign in to comment.