Skip to content

Commit 16b09ab

Browse files
FIX: Add convert string to value to step theApiResponseShouldReturnStringWithJsonPath
1 parent b4837a8 commit 16b09ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Classes/ActorTraits/Rest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ public function theApiResponseShouldReturnStringWithJsonPath(TableNode $table)
134134
foreach ($table->getRows() as $index => $row) {
135135
$data = $this->grabDataFromResponseByJsonPath($row[0]);
136136

137+
$row[1] = $this->convertStringToValue($row[1]);
138+
137139
Assert::assertEquals(
138140
$row[1],
139141
$data[0],

0 commit comments

Comments
 (0)