Merge branch 'group-imports' into 'main'
chore: group imports See merge request unboundsoftware/shiny/authz_client!2
This commit was merged in pull request #5.
This commit is contained in:
+2
-1
@@ -2,11 +2,12 @@ package client
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"sort"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestPrivilegeHandler_Process_InvalidType(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user