Skip to content

Commit 6b2bec5

Browse files
committed
test: add handling for forbidden errors in guardian factor and template tests
1 parent 1549c90 commit 6b2bec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/auth0/handlers/guardianFactorProviders.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('#guardianFactorProviders handler', () => {
7171
getPhoneFactorProviderTwilio: throwForbidden,
7272
getSmsFactorProviderTwilio: throwForbidden,
7373
getPushNotificationProviderAPNS: throwForbidden,
74-
getPushNotificationProviderSNS: throwForbidden
74+
getPushNotificationProviderSNS: throwForbidden,
7575
},
7676
pool,
7777
};

0 commit comments

Comments
 (0)