Commit 4c1fa462 authored by Timo Furrer's avatar Timo Furrer
Browse files

Bump mockery

parent 579300a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ mocks-check: mocks
	fi;

# development tools
MOCKERY_VERSION ?= 2.33.2
MOCKERY_VERSION ?= 2.53.3
MOCKERY ?= ${CURDIR}/bin/mockery-$(MOCKERY_VERSION)

mocks: $(MOCKERY)
+5 −1
Original line number Diff line number Diff line
// Code generated by mockery v2.33.2. DO NOT EDIT.
// Code generated by mockery v2.53.3. DO NOT EDIT.

package gitlab

@@ -17,6 +17,10 @@ type MockHTTPClient struct {
func (_m *MockHTTPClient) Do(_a0 *http.Request) (*http.Response, error) {
	ret := _m.Called(_a0)

	if len(ret) == 0 {
		panic("no return value specified for Do")
	}

	var r0 *http.Response
	var r1 error
	if rf, ok := ret.Get(0).(func(*http.Request) (*http.Response, error)); ok {