Skip to content

Commit 83a9e6a

Browse files
committed
hotfix
1 parent ce83051 commit 83a9e6a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.env

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Use a peronnal acces token
22
# @see https://circleci.com/docs/api/#authentication
33
CIRCLECI_PERSONNAL_TOKEN=foobar
4-
TEST_DELAY_DURATION=1

tests/Integration/Api/Workflow/WorkflowRecentRunsTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function testQuery()
3131
$query,
3232
['gh/jmleroux/circleci-php-client', 'build_test', ['branch' => 'master']]
3333
);
34-
$workflowRuns = $query->execute('gh/jmleroux/circleci-php-client', 'build_test', ['branch' => 'master']);
3534

3635
$this->assertIsArray($workflowRuns);
3736
$this->assertInstanceOf(WorkflowRun::class, $workflowRuns[0]);

0 commit comments

Comments
 (0)