Added error dump on failing test for debugging
This commit is contained in:
parent
e0d3035929
commit
0f9a3eadd8
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ $t->post_ok('/api/stats/customer' => json => {
|
|||
sum => 118,
|
||||
count => 7,
|
||||
})
|
||||
->or($framework->dump_error)
|
||||
->json_is('/sectors', {
|
||||
sectors => ['A'],
|
||||
purchases => [118],
|
||||
|
|
Reference in a new issue