Skip to content

Commit d394490

Browse files
nandan-bhatdeveloperkunal
authored andcommitted
Supporting SCIM feature | Workaround on node-auth0@v3 (#921)
* Supporting SCIM feature * Handling rate limit on getScimConfiguration | Added unit test coverage * Removing un-used variables * Fixing lint issues | Adding dependency axios * Using built-in "sleep" method. | Using 2 space indentation * Removing axios from the dependency list * Adding AUTH0_ALLOW_DELETE condition before deleting the scim_configuration * Updating the debug logs * Updating the debug logs --------- Co-authored-by: KunalOfficial <[email protected]>
1 parent 4b86044 commit d394490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/context/yaml/context.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ describe('#YAML context validation', () => {
592592
},
593593
}
594594
);
595+
595596
await context.dump();
596597
const yaml = jsYaml.load(fs.readFileSync(tenantFile));
597598

0 commit comments

Comments
 (0)