diff --git a/federation/src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts b/federation/src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts index b355f075e..20e6c8228 100644 --- a/federation/src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts +++ b/federation/src/graphql/api/1_0/resolver/PublicKeyResolver.test.ts @@ -5,7 +5,6 @@ import createServer from '@/server/createServer' import { Community as DbCommunity } from '@entity/Community' let query: any -let testEnv: any // to do: We need a setup for the tests that closes the connection let con: any