Fix test
This commit is contained in:
parent
209b2790b6
commit
b21201c122
@ -94,7 +94,7 @@ class SimBriefTest extends TestCase
|
||||
|
||||
$url = str_replace('http://', 'https://', $flight['simbrief']['url']);
|
||||
$this->assertEquals(
|
||||
'https://localhost/api/flights/'.$briefing->id.'/briefing',
|
||||
'https://localhost/api/flights/'.$briefing->flight_id.'/briefing',
|
||||
$url
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user