Fix lint error
All checks were successful
CI / Lint (pull_request) Successful in 28s
CI / Test (pull_request) Successful in 44s
Release Drafter / Update release notes draft (pull_request) Successful in 4s

This commit is contained in:
2026-03-27 15:05:56 +04:00
parent 0f29430e1a
commit 8e5b2c7439

View File

@@ -260,7 +260,7 @@ module('Acceptance | search', function (hooks) {
try {
await visit('/search?category=coffee&lat=52.52&lon=13.405');
} catch (e) {
} catch {
// Aborted transition throws, which is expected
}