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.
2 parents 50eecee + 9f6c5be commit 902e333Copy full SHA for 902e333
test/Github/Tests/Functional/RepoTest.php
@@ -15,7 +15,7 @@ public function shouldShowPRDiffIfHeaderIsPresent()
15
$this->client->addHeaders(
16
array('Accept' => sprintf(
17
'application/vnd.github.%s.diff',
18
- $this->client->getOption('api_version')
+ $this->client->getApiVersion()
19
))
20
);
21
0 commit comments