diff --git a/php-simple/tests/PricesControllerTest.php b/php-simple/tests/PricesControllerTest.php index b368a3a..66f320c 100644 --- a/php-simple/tests/PricesControllerTest.php +++ b/php-simple/tests/PricesControllerTest.php @@ -9,9 +9,7 @@ public function daypassWithNoAge() $response = $this->call('GET', '/prices/?type=1jour'); $response->assertOk(); - $response->assertHeader('Content-Type', 'application/json') - ->assertJson([ 'cost' => 35 ]); - ); + $response->assertJson([ 'cost' => 35 ]); } /** @test */