We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cbc82 commit ce974e1Copy full SHA for ce974e1
test/Github/Tests/Api/EnvironmentTest.php
@@ -13,7 +13,7 @@ public function shouldCreateOrUpdateEnvironment()
13
14
$api->expects($this->once())
15
->method('put')
16
- ->with('/repos/KnpLabs/php-github-api/environments');
+ ->with('/repos/KnpLabs/php-github-api/environments/production');
17
18
$api->createOrUpdate('KnpLabs', 'php-github-api', 'production');
19
}
0 commit comments