Skip to content

Commit ce974e1

Browse files
committed
fixed tests
1 parent 22cbc82 commit ce974e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/EnvironmentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function shouldCreateOrUpdateEnvironment()
1313

1414
$api->expects($this->once())
1515
->method('put')
16-
->with('/repos/KnpLabs/php-github-api/environments');
16+
->with('/repos/KnpLabs/php-github-api/environments/production');
1717

1818
$api->createOrUpdate('KnpLabs', 'php-github-api', 'production');
1919
}

0 commit comments

Comments
 (0)