We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8980966 commit 2b71198Copy full SHA for 2b71198
middleware/authzMiddlewares_test.go
@@ -1,11 +1,9 @@
1
package middleware
2
3
import (
4
- _ "context"
5
"testing"
6
7
"github.com/stretchr/testify/assert"
8
- _ "github.com/stretchr/testify/mock"
9
)
10
11
func TestCreateAuthMiddleware(t *testing.T) {
0 commit comments