Fix a coding style issue
This commit is contained in:
parent
44170b76db
commit
56d8c6cbe0
1 changed files with 0 additions and 1 deletions
|
@ -395,7 +395,6 @@ class auth_plugin_userkey_testcase extends advanced_testcase {
|
|||
$this->auth->validate_form($form, $err);
|
||||
$this->assertFalse(array_key_exists('redirecturl', $err));
|
||||
|
||||
|
||||
$form->redirecturl = 'https://google.com';
|
||||
$err = array();
|
||||
$this->auth->validate_form($form, $err);
|
||||
|
|
Loading…
Reference in a new issue