mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-57666 repositories: Error when copying file from Dropbox repository
This commit is contained in:
parent
6e8235c7d3
commit
b4d5080892
2 changed files with 4 additions and 4 deletions
|
@ -116,7 +116,7 @@ class repository_dropbox_api_testcase extends advanced_testcase {
|
|||
],
|
||||
'409 http_code' => [
|
||||
['http_code' => 409],
|
||||
'Some data here',
|
||||
json_decode('{"error": "Some value", "error_summary": "Some data here"}'),
|
||||
'coding_exception',
|
||||
'Endpoint specific error: Some data here',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue