Skip to content

Commit

Permalink
Remove unnecessary env. var.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Jan 6, 2025
1 parent 511e356 commit 9f7c0b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/datasources/relay-api/gelato-api.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('GelatoApi', () => {
'expirationTimeInSeconds.default',
expirationTimeInSeconds,
);
fakeConfigurationService.set('relay.baseUri', '');
redisClient = await redisClientFactory();
cacheService = new RedisCacheService(
redisClient,
Expand Down

0 comments on commit 9f7c0b0

Please sign in to comment.