Merge branch 'MDL-78703-402' of https://github.com/paulholden/moodle into MOODLE_402_STABLE

This commit is contained in:
Sara Arjona
2023-08-01 13:44:59 +02:00
+1 -1
View File
@@ -148,7 +148,7 @@ class behat_general extends behat_base {
} 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.