diff --git a/plugin/upstream_identifier/maxcompute_upstream_identifier_test.go b/plugin/upstream_identifier/maxcompute_upstream_identifier_test.go index e80b40f804..c87663c2f9 100644 --- a/plugin/upstream_identifier/maxcompute_upstream_identifier_test.go +++ b/plugin/upstream_identifier/maxcompute_upstream_identifier_test.go @@ -4,9 +4,10 @@ import ( "context" "testing" - upstreamidentifier "github.com/goto/optimus/plugin/upstream_identifier" "github.com/goto/salt/log" "github.com/stretchr/testify/assert" + + upstreamidentifier "github.com/goto/optimus/plugin/upstream_identifier" ) func TestNewMaxcomputeUpstreamIdentifier(t *testing.T) {