Skip to content

Commit b658c0c

Browse files
committed
chore: updated api route for geo test
1 parent fcf020f commit b658c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/middleware/enhanced.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('Enhanced middleware', () => {
2727
})
2828

2929
it('adds geo data', () => {
30-
cy.request('/api/geo-test').then((response) => {
30+
cy.request('/api/geo').then((response) => {
3131
expect(response.body).to.have.nested.property('headers.x-geo-country')
3232
expect(response.body).to.have.nested.property('headers.x-geo-region')
3333
expect(response.body).to.have.nested.property('headers.x-geo-city')

0 commit comments

Comments
 (0)