Skip to content

Commit

Permalink
PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigran Najaryan committed Jul 19, 2019
1 parent 1374dcc commit f8d15d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions receiver/opencensusreceiver/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func TestLoadConfig(t *testing.T) {
TypeVal: typeStr,
NameVal: "opencensus/keepalive",
Endpoint: "127.0.0.1:55678",
Enabled: true,
},
Keepalive: &serverParametersAndEnforcementPolicy{
ServerParameters: &keepaliveServerParameters{
Expand All @@ -80,7 +79,6 @@ func TestLoadConfig(t *testing.T) {
TypeVal: typeStr,
NameVal: "opencensus/nobackpressure",
Endpoint: "127.0.0.1:55678",
Enabled: true,
DisableBackPressure: true,
},
MaxRecvMsgSizeMiB: 32,
Expand Down
4 changes: 0 additions & 4 deletions receiver/opencensusreceiver/factory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func TestCreateTraceReceiver(t *testing.T) {
TypeVal: typeStr,
NameVal: typeStr,
Endpoint: endpoint,
Enabled: true,
}
tests := []struct {
name string
Expand All @@ -77,7 +76,6 @@ func TestCreateTraceReceiver(t *testing.T) {
TypeVal: typeStr,
NameVal: typeStr,
Endpoint: "127.0.0.1:112233",
Enabled: true,
},
},
wantErr: true,
Expand Down Expand Up @@ -120,7 +118,6 @@ func TestCreateMetricReceiver(t *testing.T) {
TypeVal: typeStr,
NameVal: typeStr,
Endpoint: endpoint,
Enabled: true,
}
tests := []struct {
name string
Expand All @@ -140,7 +137,6 @@ func TestCreateMetricReceiver(t *testing.T) {
TypeVal: typeStr,
NameVal: typeStr,
Endpoint: "327.0.0.1:1122",
Enabled: true,
},
},
wantErr: true,
Expand Down

0 comments on commit f8d15d1

Please sign in to comment.