Skip to content

Commit 1ebd99f

Browse files
committed
fix typo
1 parent a5bbb60 commit 1ebd99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe('API Gateway', () => {
230230

231231
it('POST /users/info - 404', async () => {
232232
await request(gateway)
233-
.post('/users/find')
233+
.post('/users/info')
234234
.expect(404)
235235
})
236236

0 commit comments

Comments
 (0)