Skip to content

Commit

Permalink
Merge branch 'main' into feature/adding_client_credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Oct 23, 2024
2 parents f952e27 + eeadd3e commit 9734582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- main
schedule:
- cron: "30 0 1,15 * *"
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/API/Management/JobsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
fwrite($import, '[{"email":"[email protected]","email_verified":true,"app_metadata":{"roles":["admin","super"],"plan":"premium"},"user_metadata":{"theme":"dark"}}]');

$path = stream_get_meta_data($import)['uri'];
$keyOffset = 3;
$keyOffset = 2;

$this->endpoint->createImportUsers(
$path,
Expand Down

0 comments on commit 9734582

Please sign in to comment.