DEV: Use a real image to fix a net::err in tests (#15597)

This commit is contained in:
Jarek Radosz 2022-01-17 08:57:52 +01:00 committed by GitHub
parent e1fb020a63
commit f0abad6998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function preferencesPretender(server, helper) {
server.post("/u/create_second_factor_totp.json", () => {
return helper.response({
key: "rcyryaqage3jexfj",
qr: "data:image/png;base64,notarealimage",
qr: "data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=",
});
});