SEBSERV-553 fixed file upload

This commit is contained in:
anhefti 2024-06-25 14:47:45 +02:00
parent 07bbf6c49b
commit 27542a2293

View file

@ -207,7 +207,8 @@ public class MoodleMockupRestTemplateFactory implements MoodleRestTemplateFactor
@Override @Override
public String uploadMultiPart( public String uploadMultiPart(
final String uploadEndpoint, final String uploadEndpoint,
final MultiValueMap<String, Object> multiPartAttributes) { final MultiValueMap<String, Object> multiPartAttributes,
final MultiValueMap<String, String> queryAttributes) {
throw new UnsupportedOperationException("Not supported yet"); throw new UnsupportedOperationException("Not supported yet");
} }