Skip to content

Commit 7c6368a

Browse files
committed
Added missing key in test
1 parent e79ec32 commit 7c6368a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Symfony/src/Codebender/BuilderBundle/Tests/Controller/DefaultControllerFunctionalTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testGeneratePayloadAction()
115115
$providedContent = '{"files":[{"filename":"project.ino","content":"void setup(){\n\n}\nvoid loop(){\n\n}\n"}],"format":"binary","version":"105","build":{"mcu":"atmega328p","f_cpu":"16000000L","core":"arduino","variant":"standard"}}';
116116
$response = $this->performPostRequest($providedContent, 'payload');
117117
$this->assertEquals(
118-
['userId', 'projectId', 'files', 'format', 'version', 'build', 'libraries', 'additionalCode'],
118+
['userId', 'projectId', 'files', 'format', 'version', 'build', 'libraries', 'success', 'additionalCode'],
119119
array_keys($response)
120120
);
121121
}

0 commit comments

Comments
 (0)