Skip to content

Commit

Permalink
Update test URL string
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre authored Jan 7, 2025
1 parent c85d30d commit b795b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taco/test/conditions/base/json-rpc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('JsonRpcCondition', () => {
it.each([
'unsafe-url',
'http://http-url.com',
'mailto://mail@freecodecamp.org',
'mailto://mail@mailserver.org',
'https://',
])('rejects an invalid schema', (badUrl) => {
const badJsonRpcObj = {
Expand Down

0 comments on commit b795b3c

Please sign in to comment.