Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Import sorting
  • Loading branch information
Emyrk committed Feb 10, 2023
commit bc892888048f2af8519bfb8e572ffb33f8bda67d
4 changes: 2 additions & 2 deletions coderd/httpmw/hsts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"net/http/httptest"
"testing"

"github.com/coder/coder/coderd/httpmw"

"github.com/stretchr/testify/require"

"github.com/coder/coder/coderd/httpmw"
)

func TestHSTS(t *testing.T) {
Expand Down