Skip to content

Commit

Permalink
Merge branch 'master' into with_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Jun 8, 2024
2 parents 7f7378c + 76db62c commit 10d678f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions php-simple/tests/PricesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 10d678f

Please sign in to comment.