Fix: cannot edit file in remote server / Modify: separate preview and text-file content controller
This commit is contained in:
@@ -26,7 +26,7 @@ func TestRemoteCallback(t *testing.T) {
|
||||
"http://test/test/url",
|
||||
testMock.Anything,
|
||||
testMock.Anything,
|
||||
).Return(Response{
|
||||
).Return(&Response{
|
||||
Err: nil,
|
||||
Response: &http.Response{
|
||||
StatusCode: 200,
|
||||
|
||||
Reference in New Issue
Block a user