Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitaly/service/diff/patch_id_test.go')
-rw-r--r--internal/gitaly/service/diff/patch_id_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/service/diff/patch_id_test.go b/internal/gitaly/service/diff/patch_id_test.go
index c3a00b82f..255552808 100644
--- a/internal/gitaly/service/diff/patch_id_test.go
+++ b/internal/gitaly/service/diff/patch_id_test.go
@@ -262,7 +262,7 @@ func TestGetPatchID(t *testing.T) {
OldRevision: []byte(commit),
NewRevision: []byte(commit),
},
- expectedErr: structerr.NewFailedPrecondition("no difference between old and new revision"),
+ expectedResponse: &gitalypb.GetPatchIDResponse{PatchId: ""},
}
},
},