Skip to content

Commit

Permalink
Fix test graphql URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Jun 22, 2022
1 parent b2cc631 commit bb3d666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/authentication.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import PerspectivismCore from "../core/PerspectivismCore";
function apolloClient(port: number, token?: string): ApolloClient<any> {
return new ApolloClient({
link: new WebSocketLink({
uri: `http://localhost:${port}/graphql`,
uri: `ws://localhost:${port}/graphql`,
options: {
reconnect: true,
connectionParams: () => {
Expand Down

0 comments on commit bb3d666

Please sign in to comment.