Skip to content

Commit e96d60e

Browse files
committed
fix: mr_default_target_self should be a boolean
1 parent 496f0f1 commit e96d60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Api/ProjectsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ public function shouldForkWithAllParametersNamespacePath(): void
16981698
'name' => 'new_name',
16991699
'description' => 'new_description',
17001700
'visibility' => 'public',
1701-
'mr_default_target_self' => 'true',
1701+
'mr_default_target_self' => true,
17021702
];
17031703

17041704
$api = $this->getApiMock();

0 commit comments

Comments
 (0)