Skip to content

Commit

Permalink
Fixes tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Nov 9, 2018
1 parent 1d951c0 commit c2ca51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/One/QuoteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function it_can_create_quick_quotation_draft()
];

$faker = Faker::create()
->call('POST', $headers, json_encode(array_merge($payload, ['quick_quotation' => true])))
->call('POST', $headers, json_encode(array_merge($payload, ['quick_quote' => true])))
->expectEndpointIs('/api/v1.0/my/insurance/motor/quote')
->shouldResponseWith(200, '{"status":"OK","data":null}');

Expand Down

0 comments on commit c2ca51e

Please sign in to comment.