Skip to content

Commit f001119

Browse files
committed
Fix test
1 parent 64489ae commit f001119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/themes.e2e-spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('Themes (e2e)', () => {
104104
expect(configService.get<string[]>('contentEditorEmails')).toEqual([]);
105105

106106
await request(app.getHttpServer())
107-
.get('/resources')
107+
.get('/themes')
108108
.set('X-PREVIEW-MODE', 'true')
109109
.expect('Content-Type', /json/)
110110
.expect(403);

0 commit comments

Comments
 (0)