fix fake URL in test fixtures pointing to 404-page and refactoring magic strings URLs

This commit is contained in:
2025-09-30 10:40:29 +02:00
parent 66b0d1cb3c
commit 8fbc59499b
2 changed files with 5 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ export const baseData = {
vorgang: testVorgangsList[0],
vorgangList: testVorgangsList,
crimesList: testCrimesList,
url: `https://example.com/${testVorgangsList[0].vorgangToken}`,
url: `https://example.com/list/${testVorgangsList[0].vorgangToken}`,
crimeNames: ['modell-A', 'Fall-A']
};