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:
2021-05-03 18:54:24 +00:00
+2 -1
View File
@@ -2,11 +2,12 @@ package client
import ( import (
"fmt" "fmt"
"github.com/stretchr/testify/assert"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"sort" "sort"
"testing" "testing"
"github.com/stretchr/testify/assert"
) )
func TestPrivilegeHandler_Process_InvalidType(t *testing.T) { func TestPrivilegeHandler_Process_InvalidType(t *testing.T) {