Commit 0c56b26
Fix inactive VuMark database to return UnknownTarget (404) not ProjectInactive
Real Vuforia returns 404 UnknownTarget for inactive VuMark databases on the
generation endpoint, not 403 ProjectInactive. Skip the project-inactive check
for VuMarkDatabase so target validation runs and returns the correct response.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f54a377 commit 0c56b26
2 files changed
Lines changed: 6 additions & 5 deletions
File tree
- src/mock_vws/_services_validators
- tests/mock_vws
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | | - | |
371 | | - | |
372 | | - | |
| 370 | + | |
0 commit comments