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 18f7874 commit 1f28f5fCopy full SHA for 1f28f5f
src/Api/Integrations.php
@@ -328,5 +328,4 @@ public function removeJira($project_id)
328
{
329
return $this->delete($this->getProjectPath($project_id, 'integrations/jira'));
330
}
331
-
332
tests/Api/IntegrationsTest.php
@@ -111,7 +111,6 @@ public function shouldCreateJira(): void
111
'url' => 'http://test.org/',
112
'password' => '123',
113
]));
114
115
116
117
public function shouldUpdateJira(): void
@@ -185,5 +184,4 @@ protected function getApiClass()
185
184
186
return Integrations::class;
187
188
189
0 commit comments