SEBSERV-553 fixed file upload
This commit is contained in:
parent
07bbf6c49b
commit
27542a2293
1 changed files with 2 additions and 1 deletions
|
@ -207,7 +207,8 @@ public class MoodleMockupRestTemplateFactory implements MoodleRestTemplateFactor
|
|||
@Override
|
||||
public String uploadMultiPart(
|
||||
final String uploadEndpoint,
|
||||
final MultiValueMap<String, Object> multiPartAttributes) {
|
||||
final MultiValueMap<String, Object> multiPartAttributes,
|
||||
final MultiValueMap<String, String> queryAttributes) {
|
||||
throw new UnsupportedOperationException("Not supported yet");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue