Skip to content

Commit

Permalink
adds URL with trailing % symbol to tests array
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Dec 6, 2022
1 parent b0f1e6f commit 4e27fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/validation/abnf.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const validUrls = [

const invalidUrls = [
'https://graph.microsoft.com/me+you',
'https://graph.microsoft.com/v1.0/me/messages?$$select=id'
'https://graph.microsoft.com/v1.0/me/messages?$$select=id',
'https://graph.microsoft.com/v1.0/me/drive/root:/Encoded%'
];

/*
Expand Down

0 comments on commit 4e27fbf

Please sign in to comment.