Skip to content

Commit 3859a18

Browse files
committed
modify expected file
1 parent f70a4e2 commit 3859a18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
| srv/service1.cds.json:3:17:7:5 | {\\n ... "\\n } | This CDS service is exposed without any authentication. |
2-
| srv/service1.cds.json:8:32:26:5 | {\\n ... }\\n } | This CDS entity is exposed without any authentication. |
3-
| srv/service1.cds.json:27:23:37:5 | {\\n ... }\\n } | This CDS action is exposed without any authentication. |
4-
| srv/service2.cds.json:3:17:7:5 | {\\n ... "\\n } | This CDS service is exposed without any authentication. |
5-
| srv/service2.cds.json:8:32:26:5 | {\\n ... }\\n } | This CDS entity is exposed without any authentication. |
6-
| srv/service2.cds.json:27:23:37:5 | {\\n ... }\\n } | This CDS action is exposed without any authentication. |
1+
| srv/service1.cds | {\\n ... "\\n } | The CDS service `Service1` is exposed without any authentication. |
2+
| srv/service1.cds | {\\n ... }\\n } | The CDS action `Service1.send1` is exposed without any authentication. |
3+
| srv/service1.cds | {\\n ... }\\n } | The CDS entity `Service1.Service1Entity` is exposed without any authentication. |
4+
| srv/service2.cds | {\\n ... "\\n } | The CDS service `Service2` is exposed without any authentication. |
5+
| srv/service2.cds | {\\n ... }\\n } | The CDS action `Service2.send2` is exposed without any authentication. |
6+
| srv/service2.cds | {\\n ... }\\n } | The CDS entity `Service2.Service2Entity` is exposed without any authentication. |

0 commit comments

Comments
 (0)