test for multiple bids on same flight with block setting enabled

This commit is contained in:
Nabeel Shahzad
2017-12-12 17:26:27 -06:00
parent 5428f4387a
commit da5523e972
5 changed files with 42 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
protected $connectionsToTransact = ['testing'];
protected static $auth_headers = [
'Authorization' => 'testapikey'
'Authorization' => 'testadminapikey'
];
public function __construct($name = null, array $data = [], $dataName = '') {