mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(deps): update base-image to v202503251114 (major) (#17085)
* chore(deps): update base-image to v202503251114 * fix: geocoding changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
parent
ae447542a4
commit
aa4d6405f4
2 changed files with 4 additions and 4 deletions
|
|
@ -633,7 +633,6 @@ describe('/search', () => {
|
|||
.set('Authorization', `Bearer ${admin.accessToken}`);
|
||||
expect(body).toEqual([
|
||||
'Andalusia',
|
||||
'Berlin',
|
||||
'Glarus',
|
||||
'Greater Accra',
|
||||
'Havana',
|
||||
|
|
@ -642,6 +641,7 @@ describe('/search', () => {
|
|||
'Mississippi',
|
||||
'New York',
|
||||
'Shanghai',
|
||||
'State of Berlin',
|
||||
'St.-Petersburg',
|
||||
'Tbilisi',
|
||||
'Tokyo',
|
||||
|
|
@ -657,7 +657,6 @@ describe('/search', () => {
|
|||
.set('Authorization', `Bearer ${admin.accessToken}`);
|
||||
expect(body).toEqual([
|
||||
'Andalusia',
|
||||
'Berlin',
|
||||
'Glarus',
|
||||
'Greater Accra',
|
||||
'Havana',
|
||||
|
|
@ -666,6 +665,7 @@ describe('/search', () => {
|
|||
'Mississippi',
|
||||
'New York',
|
||||
'Shanghai',
|
||||
'State of Berlin',
|
||||
'St.-Petersburg',
|
||||
'Tbilisi',
|
||||
'Tokyo',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue