Skip to content

Commit b75cbef

Browse files
committed
internal-api-client: removed unused stuff
1 parent 48bad43 commit b75cbef

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ services:
5151

5252
command: ['sh', '-c', '/build-code/docker/wait-for-it.sh --strict --timeout=120 mysql:3306 -- php bin/console doctrine:migrations:migrate && apache2-foreground']
5353
networks:
54-
internal-api-client:
55-
aliases:
56-
- internal-api.com
54+
- internal-api-client
5755
depends_on:
5856
- mysql
5957

tests/ClientTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use GuzzleHttp\Psr7\Response;
1212
use Keboola\JobQueueInternalClient\Client;
1313
use Keboola\JobQueueInternalClient\Exception\ClientException;
14-
use Keboola\JobQueueInternalClient\Exception\StateTargetEqualsCurrentException;
1514
use Keboola\JobQueueInternalClient\JobFactory;
1615
use Keboola\JobQueueInternalClient\JobFactory\Job;
1716
use Keboola\JobQueueInternalClient\JobListOptions;

0 commit comments

Comments
 (0)