Fix tests for invitations service.

This commit is contained in:
Daniël Franke committed 2023-03-30 11:12:00 +02:00
1 parent 5793970e5d
commit bc9ba63b06
7 files changed
+203 -237

No files matched your search

+1 -1
View File
@@ -25,7 +25,7 @@ include ../../.make/generate.mk
.PHONY: ci-go-generate
ci-go-generate: $(MOCKERY) # CI runs ci-node-generate automatically before this target
$(MOCKERY) --dir pkg/backends/keycloak --output pkg/mocks --case underscore --name GoCloak
$(MOCKERY) --output pkg/mocks --case underscore --name Client --srcpkg "github.com/owncloud/ocis/v2/ocis-pkg/keycloak"
.PHONY: ci-node-generate