Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/postman-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Docker Compose
run: |
docker compose up -d --build
timeout 120 docker compose logs -f api || true
timeout 150 docker compose logs -f api || true
- name: Services health-check API
run: |
timeout 180 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9000/swagger-ui/index.html)" != "200" ]]; do sleep 2;echo "."; done'
Expand Down
2 changes: 2 additions & 0 deletions keycloak-config/realm-export.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[
{
"id": "master",
"sslRequired": "none",
"enabled": true,
"realm": "master",
"loginTheme": "reeve_v4"
},
{
"realm": "reeve-master",
"sslRequired": "none",
"enabled": true,
"displayName": "Reeve",
"browserSecurityHeaders": {
Expand Down
2 changes: 1 addition & 1 deletion postman/Reeve_Integration.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@
"",
"// Check if 'keyName' exists and equals 'expectedValue'",
"pm.test(\"Check if array contains elements\", function () {",
" pm.expect(jsonData.total).eq(13);",
" pm.expect(jsonData.total).above(1);",
"});"
],
"type": "text/javascript",
Expand Down