We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb94818 commit 8790d82Copy full SHA for 8790d82
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
timeout 60 bash -c 'until curl -f http://localhost:8000/scim/v2/Schemas; do sleep 2; done'
37
38
# Run scimverify tests against the server
39
- npx node ./bin/scimverify.js --config ./site/.vitepress/theme/components/config.yaml --base-url https://api.scim.dev/scim/v2 --auth-header "Bearer YOUR_TOKEN"
+ npx node ./bin/scimverify.js --config ./site/.vitepress/theme/components/config.yaml --base-url http://localhost:8000/scim/v2/ --auth-header "Bearer YOUR_TOKEN"
40
41
# Cleanup
42
docker stop laravel-scim-server
0 commit comments