Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kunz committed Oct 10, 2024
1 parent 23d5362 commit ff1643b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"test": "npx jest --silent"
},
"peerDependencies": {
"@sap/cds": "*"
"@sap/cds": ">=7"
},
"devDependencies": {
"@cap-js/event-broker": "file:.",
"@sap-cloud-sdk/resilience": "^3.21.0",
"@sap/xssec": "^4.2.4"
},
Expand Down
5 changes: 3 additions & 2 deletions tests/event-broker-ias-multitenant/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "event-broker-mock-app",
"dependencies": {
"@cap-js/event-broker": ".."
"@cap-js/event-broker": "*"
},
"cds": {
"requires": {
"multitenancy": true,
"messaging": {
"kind": "event-broker-internal"
"kind": "event-broker-internal",
"outbox": false
},
"auth": {
"kind": "ias",
Expand Down
3 changes: 2 additions & 1 deletion tests/event-broker-ias-single-tenant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"cds": {
"requires": {
"messaging": {
"kind": "event-broker"
"kind": "event-broker",
"outbox": false
},
"auth": {
"kind": "ias",
Expand Down
1 change: 1 addition & 0 deletions tests/event-broker-x509-multitenant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"multitenancy": true,
"messaging": {
"kind": "event-broker-internal",
"outbox": false,
"x509": {
"cert": "$myCert",
"pkey": "$myPkey"
Expand Down

0 comments on commit ff1643b

Please sign in to comment.