Commit 845a814
authored
Change BadRequest to NotFound error in tests (#1349)
Platform now reports `(404) Not Found` error instead of expected
`(400) Bad Request` for non-existent layers. Update tests accordingly.
Relates-To: OLPEDGE-2764
Signed-off-by: Andrey Kashcheev <[email protected]>1 parent fcc0f11 commit 845a814
File tree
1 file changed
+2
-2
lines changed- tests/functional/olp-cpp-sdk-dataservice-read
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
0 commit comments