Skip to content

Commit

Permalink
Restore build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-bradley committed Dec 12, 2023
1 parent bff029e commit 63ec3ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/opampsupervisor/e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

//go:build e2e
// +build e2e

package main

import (
Expand Down Expand Up @@ -41,7 +44,8 @@ func (tl testLogger) Errorf(format string, args ...any) {
tl.t.Logf(format, args...)
}

func defaultConnectingHandler(connectionCallbacks server.ConnectionCallbacksStruct) func(request *http.Request) types.ConnectionResponse {
func defaultConnectingHandler(connecti
onCallbacks server.ConnectionCallbacksStruct) func(request *http.Request) types.ConnectionResponse {
return func(request *http.Request) types.ConnectionResponse {
return types.ConnectionResponse{
Accept: true,
Expand Down

0 comments on commit 63ec3ae

Please sign in to comment.