mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: compilation error on merge with Authorize call (#2319)
Merge caused compilation errors. - Authorize call having too many arguments - `workspaces_test.go` missing "fmt" import
This commit is contained in:
@@ -2,6 +2,7 @@ package coderd_test
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
Reference in New Issue
Block a user