We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96c5d7 commit 23123f2Copy full SHA for 23123f2
tests/Acceptance/IssueTest.php
@@ -13,7 +13,7 @@ public function testCreateAndDelete()
13
'ProjectName' => $this->projectName,
14
'Name' => $this->faker->sentence,
15
'Priority' => $this->faker->randomElement(Issue::PRIORITY),
16
- 'Type' => $this->faker->randomElement(Issue::TYPE),
+ 'Type' => 'DEFECT',
17
];
18
19
$issue = new Issue($this->token);
0 commit comments