diff --git a/tests/tests/DependentMultiSelectBoxTest.phpt b/tests/tests/DependentMultiSelectBoxTest.phpt index 5077c47..47ad0b2 100644 --- a/tests/tests/DependentMultiSelectBoxTest.phpt +++ b/tests/tests/DependentMultiSelectBoxTest.phpt @@ -179,7 +179,7 @@ final class DependentMultiSelectBoxTest extends Tester\TestCase $presenter = $presenterFactory->createPresenter('Base'); $presenter->autoCanonicalize = false; - $request = new Nette\Application\Request('Base', 'GET', ['action' => 'dependentMultiSelect1', 'do' => 'dependentMultiSelectForm1-dependentMultiSelect-load', 'frm_dependentMultiSelect_select' => 1]); + $request = new Nette\Application\Request('Base', 'GET', ['action' => 'dependentMultiSelect1', 'do' => 'dependentMultiSelectForm1-dependentMultiSelect-load', 'frm_dependentMultiSelectForm1_select' => 1]); $response = $presenter->run($request); Tester\Assert::true($response instanceof Nette\Application\Responses\JsonResponse); diff --git a/tests/tests/DependentSelectBoxTest.phpt b/tests/tests/DependentSelectBoxTest.phpt index d9dcb78..01b0fe2 100644 --- a/tests/tests/DependentSelectBoxTest.phpt +++ b/tests/tests/DependentSelectBoxTest.phpt @@ -178,7 +178,7 @@ final class DependentSelectBoxTest extends Tester\TestCase $presenter = $presenterFactory->createPresenter('Base'); $presenter->autoCanonicalize = false; - $request = new Nette\Application\Request('Base', 'GET', ['action' => 'dependentSelect1', 'do' => 'dependentSelectForm1-dependentSelect-load', 'frm_dependentSelect_select' => 1]); + $request = new Nette\Application\Request('Base', 'GET', ['action' => 'dependentSelect1', 'do' => 'dependentSelectForm1-dependentSelect-load', 'frm_dependentSelectForm1_select' => 1]); $response = $presenter->run($request); Tester\Assert::true($response instanceof Nette\Application\Responses\JsonResponse);