Skip to content

Commit

Permalink
Add comment and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benraskin92 committed Aug 26, 2019
1 parent a622f0c commit 1214da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/x/debug/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import (
)

const (
// DebugURL is the url for the debug dump endpoint
DebugURL = "/debug/dump"
)

Expand Down
2 changes: 1 addition & 1 deletion src/x/debug/placement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
func TestPlacementSource(t *testing.T) {
handlerOpts, _ := newHandlerOptsAndClient(t)
iOpts := instrument.NewOptions()
p, err := NewPlacementInfoSource(iOpts, handlerOpts)
p, err := NewPlacementInfoSource(iOpts, handlerOpts, "m3db")
require.NoError(t, err)

buff := bytes.NewBuffer([]byte{})
Expand Down

0 comments on commit 1214da8

Please sign in to comment.