Update identation
This commit is contained in:
@@ -21,7 +21,6 @@ var (
|
||||
fakeAmonInstance = "https://demo.amon.cx"
|
||||
)
|
||||
|
||||
|
||||
func TestUriOverride(t *testing.T) {
|
||||
ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
w.WriteHeader(http.StatusOK)
|
||||
@@ -75,7 +74,6 @@ func TestAuthenticatedUrl(t *testing.T) {
|
||||
assert.EqualValues(t, fmt.Sprintf("%s/api/system/%s", fakeAmonInstance, fakeServerKey), authUrl)
|
||||
}
|
||||
|
||||
|
||||
func TestBuildPoint(t *testing.T) {
|
||||
tags := make(map[string]string)
|
||||
var tagtests = []struct {
|
||||
|
||||
Reference in New Issue
Block a user