Skip to content

Commit 9e530aa

Browse files
committed
Update and fix unit tests
1 parent 43cf975 commit 9e530aa

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| package.json:22:17:22:23 | {\\n ... } | Non-production authentication strategy $@ is used. | package.json:22:17:22:23 | {\\n ... } | basic |
2-
| package.json:23:18:38:9 | {\\n ... } | Current authentication strategy contains $@. | package.json:23:18:38:9 | {\\n ... } | credentials of mocked users |
1+
| package.json:16:17:16:23 | {\\n ... } | Non-production authentication strategy $@ is used. | package.json:16:17:16:23 | {\\n ... } | basic |
2+
| package.json:17:18:32:9 | {\\n ... } | Current authentication strategy contains $@. | package.json:17:18:32:9 | {\\n ... } | credentials of mocked users |

javascript/frameworks/cap/test/queries/bad-authn-authz/nonprod-authn-strategy/mocked-authentication/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,15 @@
1010
"start": "cds-serve",
1111
"watch": "cds watch"
1212
},
13-
"cds": {}
13+
"cds": {
14+
"requires": {
15+
"service-1": {
16+
"impl": "srv/service1.js"
17+
},
18+
"service-2": {
19+
"impl": "srv/service2.js"
20+
},
21+
"auth": "mocked"
22+
}
23+
}
1424
}

0 commit comments

Comments
 (0)