Skip to content

Commit

Permalink
removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kiess committed Oct 8, 2020
1 parent 24feb0e commit f79e90b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/discovery/discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func TestDiscoveryHasCorrectEndpoints(t *testing.T) {
if err != nil {
t.Error("Failed to discover instances", err)
}
t.Log(returnedInstanceList)
expectedInstanceList := libtesting.InstanceList()
if !reflect.DeepEqual(expectedInstanceList, returnedInstanceList.Instances) {
t.Errorf("Expected instance list %v to equal returned instance list %v", expectedInstanceList, returnedInstanceList)
Expand Down

0 comments on commit f79e90b

Please sign in to comment.