Add load_factor and load_factor_variance to flights #352 (#620)

This commit is contained in:
Nabeel S
2020-03-05 20:19:12 -05:00
committed by GitHub
parent 9ed2e3f9f4
commit 16c977c769
25 changed files with 290 additions and 120 deletions

View File

@@ -135,7 +135,8 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
public function mockGuzzleClient($mockFile): void
{
$mock = new MockHandler([
new Response(200,
new Response(
200,
[
'Content-Type' => 'application/json; charset=utf-8',
],