Skip to content
Snippets Groups Projects
Commit b18dbf3c authored by Gareth Parmar's avatar Gareth Parmar
Browse files

modified issue relation test to account for json encoded parameters

parent 194ceffc
No related merge requests found
......@@ -186,11 +186,11 @@ class IssueRelationTest extends \PHPUnit_Framework_TestCase
->method('post')
->with(
'/issues/1/relations.json',
[
json_encode([
'relation' => [
'relation_type' => 'relates',
],
]
])
)
->willReturn($postResponse);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment