Skip to content

Commit 99bde8d

Browse files
author
Daniel André Eikeland
committed
remove slug from EnvironmentsTest
1 parent 02467af commit 99bde8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Gitlab/Tests/Api/EnvironmentsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public function shouldCreateEnvironment()
4646

4747
$params = array(
4848
'name' => 'review/fix-baz',
49-
'slug' => 'review-fix-baz-dfjre5',
5049
'external_url' => 'https://review-fix-baz-dfjre5.example.gitlab.com'
5150
);
5251

0 commit comments

Comments
 (0)