Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nitesh3108 committed Oct 8, 2024
1 parent f348f85 commit a56eb51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ import (
"github.com/stretchr/testify/assert"
)

const metricsMockURL = APIMockURL + metricsURL
const metricsMockVolMirrURL = APIMockURL + mirrorURL
const (
metricsMockURL = APIMockURL + metricsURL
metricsMockVolMirrURL = APIMockURL + mirrorURL
)

const volumeID = "4ffcd8e8-2a93-49ed-b9b3-2e68c8ddc5e4"

Expand Down

0 comments on commit a56eb51

Please sign in to comment.