Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 1847e5c

Browse files
committed
test fix
1 parent 7e7f8b6 commit 1847e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/channel.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('ChannelController (e2e)', () => {
6464

6565
// Sign In to get Bearer Token
6666
const sign = await request(app.getHttpServer())
67-
.post('/auth/employee/email')
67+
.post('/employee/email')
6868
.send({
6969
email: 'tester@test.org',
7070
password: '12345678',

0 commit comments

Comments
 (0)