We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dace568 commit bc1c129Copy full SHA for bc1c129
1 file changed
test/integration/proxy.spec.ts
@@ -1044,9 +1044,7 @@ nodeOnly(() => {
1044
headers: {
1045
// The hash will get recorded with the user agent that's used - we don't want the database
1046
// to fill up with records that make it clear it's Mockttp's fingerprint!
1047
- 'user-agent': `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.${
1048
- String(Date.now()).slice(-2) // Some very basic randomness
1049
- } Safari/537.36`
+ 'user-agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0'
1050
}
1051
}),
1052
delay(4000).then(() => { throw new Error('timeout'); })
0 commit comments