Skip to content

Commit

Permalink
Merge branch 'MDL-78703-39' of https://github.com/paulholden/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_39_STABLE
  • Loading branch information
sarjona committed Aug 1, 2023
2 parents 0c38d3b + 6ea1f21 commit cc5ce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/behat/behat_general.php
Expand Up @@ -148,7 +148,7 @@ public function i_wait_to_be_redirected() {

} else if (!empty($url)) {
// We redirect directly as we can not wait for an automatic redirection.
$this->getSession()->getDriver()->getClient()->request('get', $url);
$this->getSession()->getDriver()->getClient()->request('GET', $url);

} else {
// Reload the page if no URL was provided.
Expand Down

0 comments on commit cc5ce27

Please sign in to comment.