diff options
author | Igor <idrozdov@gitlab.com> | 2020-01-02 07:46:58 +0000 |
---|---|---|
committer | Igor <idrozdov@gitlab.com> | 2020-01-02 07:46:58 +0000 |
commit | 607c7e37fa4dae90a8d96ffbe6d552b63aa2ecca (patch) | |
tree | 9ce1cb7664305a335170f6d76a2447ff266da911 /internal/gitlabnet/accessverifier/client_test.go | |
parent | 8744864ac7ceda1e5125057db30119b813e4ddb9 (diff) | |
parent | d5547156c3260e807453634bb5ea3edbbea0fef8 (diff) | |
download | gitlab-shell-607c7e37fa4dae90a8d96ffbe6d552b63aa2ecca.tar.gz |
Merge branch '210-remove-action-custom-inform_client-once-12-3-has-been-released' into 'master'
Remove support for Custom data.info_message
Closes #210
See merge request gitlab-org/gitlab-shell!356
Diffstat (limited to 'internal/gitlabnet/accessverifier/client_test.go')
-rw-r--r-- | internal/gitlabnet/accessverifier/client_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/gitlabnet/accessverifier/client_test.go b/internal/gitlabnet/accessverifier/client_test.go index 96c80a7..0b6c7b0 100644 --- a/internal/gitlabnet/accessverifier/client_test.go +++ b/internal/gitlabnet/accessverifier/client_test.go @@ -97,7 +97,6 @@ func TestGetCustomAction(t *testing.T) { ApiEndpoints: []string{"geo/proxy_git_push_ssh/info_refs", "geo/proxy_git_push_ssh/push"}, Username: "custom", PrimaryRepo: "https://repo/path", - InfoMessage: "message", }, } response.StatusCode = 300 |