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 f48495f commit 8bf3b0dCopy full SHA for 8bf3b0d
tests/Unit/SourceControlProviders/GiteaTest.php
@@ -153,6 +153,7 @@ public function test_data_handles_missing_provider_data(): void
153
->create([
154
'provider' => Gitea::id(),
155
'provider_data' => [],
156
+ 'access_token' => null,
157
]);
158
159
$gitea = new Gitea($sourceControlModel);
tests/Unit/SourceControlProviders/GithubTest.php
@@ -99,6 +99,7 @@ public function test_data_handles_missing_provider_data(): void
99
->github()
100
101
102
103
104
105
$github = new Github($sourceControlModel);
0 commit comments