Replace opentsb docker image with the official one

closes #314
This commit is contained in:
palkan
2015-10-23 18:36:30 +03:00
committed by Cameron Sparr
parent bf1cf4557e
commit de7ad9dfbc
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ func TestWrite(t *testing.T) {
o := &OpenTSDB{
Host: testutil.GetLocalHost(),
Port: 24242,
Port: 4242,
Prefix: "prefix.test.",
}