mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 19:01:39 +00:00
Fix tests.
This commit is contained in:
@@ -98,7 +98,7 @@ class ReportControllerTest extends TestCase
|
||||
];
|
||||
$uri = route('popup.general') . '?' . http_build_query($arguments);
|
||||
$response = $this->get($uri);
|
||||
$response->assertStatus(500);
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -206,7 +206,7 @@ class ReportControllerTest extends TestCase
|
||||
|
||||
$uri = route('popup.general') . '?' . http_build_query($arguments);
|
||||
$response = $this->get($uri);
|
||||
$response->assertStatus(500);
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -364,6 +364,6 @@ class ReportControllerTest extends TestCase
|
||||
];
|
||||
$uri = route('popup.general') . '?' . http_build_query($arguments);
|
||||
$response = $this->get($uri);
|
||||
$response->assertStatus(500);
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user