Commit 7770be8b by Vladislav

fix test

1 parent 6f86a701
Showing with 6 additions and 0 deletions
...@@ -131,6 +131,12 @@ class CheckCampaignsTest extends TestCase ...@@ -131,6 +131,12 @@ class CheckCampaignsTest extends TestCase
$this->assertEquals(1, $this->dictionary->campaigns->count()); $this->assertEquals(1, $this->dictionary->campaigns->count());
$campaign = $this->dictionary->campaigns()->first();
$campaign->pivot->update([
'external_id' => 1,
]);
$this->request->handle([ $this->request->handle([
'result' => [ 'result' => [
'Timestamp' => 1622459200, 'Timestamp' => 1622459200,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!