Skip to content

Commit

Permalink
M4.2: Behat fails in local_ouauthoring #712876
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarshallou committed Dec 7, 2023
1 parent 7d63e54 commit cfb07ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected static function get_identifier_parameter(): external_single_structure
return \local_oudataload\users::get_webservice_identifier_parameter();
} else {
return new external_single_structure([
'username' => new \external_value(PARAM_ALPHANUM, 'Moodle username'),
'username' => new external_value(PARAM_ALPHANUM, 'Moodle username'),
]);
}
}
Expand Down

0 comments on commit cfb07ac

Please sign in to comment.