Skip to content

Commit

Permalink
fix failed linter check
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zh committed Oct 7, 2024
1 parent 547f893 commit 4c935df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web_ui/ui_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ import (
"path"
"testing"

"github.com/pelicanplatform/pelican/server_utils"
"github.com/sirupsen/logrus"
"github.com/sirupsen/logrus/hooks/test"
"github.com/spf13/viper"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tg123/go-htpasswd"

"github.com/pelicanplatform/pelican/server_utils"
)

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

0 comments on commit 4c935df

Please sign in to comment.