Skip to content

Commit

Permalink
fix(5164): ran mage check
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanyalti committed Dec 13, 2024
1 parent 5ea64d3 commit b503a10
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
// or more contributor license agreements. Licensed under the Elastic License 2.0;
// you may not use this file except in compliance with the Elastic License 2.0.

package http

import (
Expand All @@ -8,8 +12,9 @@ import (
"testing"
"time"

"github.com/elastic/elastic-agent-libs/logp"
"github.com/stretchr/testify/require"

"github.com/elastic/elastic-agent-libs/logp"
)

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

0 comments on commit b503a10

Please sign in to comment.