Skip to content

Commit e3593b0

Browse files
fix: geocoding changes
1 parent ac198e0 commit e3593b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e/src/api/specs/search.e2e-spec.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,6 @@ describe('/search', () => {
633633
.set('Authorization', `Bearer ${admin.accessToken}`);
634634
expect(body).toEqual([
635635
'Andalusia',
636-
'Berlin',
637636
'Glarus',
638637
'Greater Accra',
639638
'Havana',
@@ -643,6 +642,7 @@ describe('/search', () => {
643642
'New York',
644643
'Shanghai',
645644
'St.-Petersburg',
645+
'State of Berlin',
646646
'Tbilisi',
647647
'Tokyo',
648648
'Virginia',
@@ -657,7 +657,6 @@ describe('/search', () => {
657657
.set('Authorization', `Bearer ${admin.accessToken}`);
658658
expect(body).toEqual([
659659
'Andalusia',
660-
'Berlin',
661660
'Glarus',
662661
'Greater Accra',
663662
'Havana',
@@ -667,6 +666,7 @@ describe('/search', () => {
667666
'New York',
668667
'Shanghai',
669668
'St.-Petersburg',
669+
'State of Berlin',
670670
'Tbilisi',
671671
'Tokyo',
672672
'Virginia',
@@ -680,7 +680,6 @@ describe('/search', () => {
680680
.set('Authorization', `Bearer ${admin.accessToken}`);
681681
expect(body).toEqual([
682682
'Accra',
683-
'Berlin',
684683
'Glarus',
685684
'Havana',
686685
'Marrakesh',
@@ -692,6 +691,7 @@ describe('/search', () => {
692691
'Saint Petersburg',
693692
'Shanghai',
694693
'Stanley',
694+
'State of Berlin',
695695
'Tbilisi',
696696
'Tokyo',
697697
null,
@@ -705,7 +705,6 @@ describe('/search', () => {
705705
.set('Authorization', `Bearer ${admin.accessToken}`);
706706
expect(body).toEqual([
707707
'Accra',
708-
'Berlin',
709708
'Glarus',
710709
'Havana',
711710
'Marrakesh',
@@ -717,6 +716,7 @@ describe('/search', () => {
717716
'Saint Petersburg',
718717
'Shanghai',
719718
'Stanley',
719+
'State of Berlin',
720720
'Tbilisi',
721721
'Tokyo',
722722
]);

0 commit comments

Comments
 (0)