-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_admin_apply_default_settings failed asserting that two arrays are identical. #723
Comments
I think I find the issue here. In settings.php, the
And later in this code, it uses a numeric value to set the
I believe, this can be fixed by setting the default to the first value,
But better yet, I think these could be refactored to use some constants for these URLs, and have this array changed to numeric indexes. |
…g that two arrays are identical.
…g that two arrays are identical.
…ng that two arrays are identical.
Hi, replacing 0 by 'https://api.turnitin.com' will just update your unit test failure to
The default settings should be update to |
…null instead of 0. This change aims to address issue turnitin#723 in the upstream repositoty.
fix turnitin#779 fix turnitin#723 update default value for settings
In Moodle 4.3, this plugin (v2024032901) causes a core unit test failure as follows:
The text was updated successfully, but these errors were encountered: