This commit is contained in:
Nabeel Shahzad 2020-04-15 15:16:54 -04:00
parent 209b2790b6
commit b21201c122

View File

@ -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
);