From 4e27fbf5da94bc2c30c4b0088e26d121336035c0 Mon Sep 17 00:00:00 2001 From: Charles Wahome Date: Tue, 6 Dec 2022 10:56:06 +0300 Subject: [PATCH] adds URL with trailing % symbol to tests array --- src/modules/validation/abnf.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/validation/abnf.spec.ts b/src/modules/validation/abnf.spec.ts index 7ec8fa85e..6e674b017 100644 --- a/src/modules/validation/abnf.spec.ts +++ b/src/modules/validation/abnf.spec.ts @@ -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%' ]; /*