Commit 18543821 by Vladislav

#19462 Добавление в настройки городов переменных.

1 parent c4fbdffc
Showing with 1 additions and 1 deletions
...@@ -106,7 +106,7 @@ class CityTest extends TestCase ...@@ -106,7 +106,7 @@ class CityTest extends TestCase
$camp = $this->token->cities[0]->campaigns[0]; $camp = $this->token->cities[0]->campaigns[0];
$this->actingAs($this->user) $this->actingAs($this->user)
->post(route('token.campaign.variables', [ ->post(route('token.campaign.variable.add', [
'token' => $this->token->id, 'token' => $this->token->id,
'dictionary_id' => $this->token->cities[0]->getKey(), 'dictionary_id' => $this->token->cities[0]->getKey(),
'campaign_id' => $camp->id 'campaign_id' => $camp->id
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!