mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:07:31 +00:00
fix: instance interceptors return NotFound (404) error for unknown hosts (#4184)
* fix: instance interceptors return "NotFound" (404) error for unknown hosts * fix tests
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
io "io"
|
||||
reflect "reflect"
|
||||
|
||||
static "github.com/zitadel/zitadel/internal/static"
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
static "github.com/zitadel/zitadel/internal/static"
|
||||
)
|
||||
|
||||
// MockStorage is a mock of Storage interface.
|
||||
|
Reference in New Issue
Block a user