mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
Change the restPort
within express
's datasource.test.ts
to another value.
I suspect the fact that this overlaps with the port used in fastify, that it could be causing some problems when tests are run quickly enough.
This commit is contained in:
parent
36f2a156f1
commit
2807691cdd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { ApolloServer } from '../ApolloServer';
|
|||
import { createServerInfo } from 'apollo-server-integration-testsuite';
|
||||
import { gql } from '../index';
|
||||
|
||||
const restPort = 4001;
|
||||
const restPort = 4003;
|
||||
|
||||
export class IdAPI extends RESTDataSource {
|
||||
baseURL = `http://localhost:${restPort}/`;
|
||||
|
|
Loading…
Add table
Reference in a new issue