We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95b3f0 commit 48eaa21Copy full SHA for 48eaa21
1 file changed
tests/Feature/Api/AnalyticsApiTest.php
@@ -126,6 +126,8 @@ public function it_validates_end_date_before_start_date(): void
126
#[Test]
127
public function it_returns_empty_overview_data(): void
128
{
129
+ \Illuminate\Support\Facades\Cache::flush();
130
+
131
$response = $this->getJson(route('request-analytics.api.overview'));
132
133
$response->assertOk()
0 commit comments