Skip to content

Commit d87415b

Browse files
Update QueryStringBuilderTest.php
1 parent 379b89f commit d87415b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Gitlab/Tests/HttpClient/Util/QueryStringBuilderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public function queryStringProvider()
4545
'source_branch' => 'test_source',
4646
'target_branch' => 'test_master',
4747
'title' => 'test',
48-
'assignee_id' => null,
49-
'target_project_id' => null,
50-
'description' => null,
5148
],
5249
'source_branch=test_source&target_branch=test_master&title=test',
5350
];

0 commit comments

Comments
 (0)