Skip to content

Commit

Permalink
undo commenting out of user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelsandcogs committed Sep 30, 2024
1 parent 3687a35 commit 13fe70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/publish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Publisher Journey Tests', () => {
console.log('Saving title to session');
const res = await request(app)
.post('/en-GB/publish/title')
// .set('User-Agent', 'supertest')
.set('User-Agent', 'supertest')
.field('title', title);
if (res.error) {
console.log(res.error);
Expand Down

0 comments on commit 13fe70b

Please sign in to comment.