Skip to content

Commit 530c44f

Browse files
committed
Fix chromium tests
1 parent d11c78a commit 530c44f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/languages/web/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
let responseRealtime = 'Realtime failed!';
2222
// Init SDK
2323
const { Client, Foo, Bar, General, Query, Permission, Role, ID, MockType } = Appwrite;
24-
const client = new Client()
25-
.addHeader("Origin", "http://localhost")
26-
.setSelfSigned(true);
24+
const client = new Client();
2725

2826
const foo = new Foo(client);
2927
const bar = new Bar(client);

0 commit comments

Comments
 (0)