🔄 Update flag asset paths for cities, venues, and countries across API and tools

This commit is contained in:
HolgerHatGarKeineNode
2026-06-12 18:09:54 +02:00
parent 0b454dfc80
commit b6f5d57530
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ it('returns all cities with country code and flag on GET /api/cities?withDetails
expect($first)
->toHaveKeys(['id', 'name', 'country_id', 'country', 'flag'])
->and($first['country'])->toHaveKeys(['id', 'name', 'code'])
->and($first['flag'])->toContain('4x3-'.$cities->first()->country->code.'.svg');
->and($first['flag'])->toContain('vendor/blade-flags/country-'.$cities->first()->country->code.'.svg');
});
it('limits GET /api/venues to 10 entries without withDetails', function () {