From 96eab1202717e073782ec399a4e0820cae15b1bb Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 17 Aug 2017 17:19:06 -0700 Subject: Updating server dependancies. (#7246) --- vendor/github.com/armon/go-metrics/circonus/circonus_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/github.com/armon/go-metrics/circonus/circonus_test.go') diff --git a/vendor/github.com/armon/go-metrics/circonus/circonus_test.go b/vendor/github.com/armon/go-metrics/circonus/circonus_test.go index 234a3cb89..4eb76e411 100644 --- a/vendor/github.com/armon/go-metrics/circonus/circonus_test.go +++ b/vendor/github.com/armon/go-metrics/circonus/circonus_test.go @@ -12,7 +12,7 @@ import ( func TestNewCirconusSink(t *testing.T) { // test with invalid config (nil) - expectedError := errors.New("Invalid check manager configuration (no API token AND no submission url).") + expectedError := errors.New("invalid check manager configuration (no API token AND no submission url)") _, err := NewCirconusSink(nil) if err == nil || err.Error() != expectedError.Error() { t.Errorf("Expected an '%#v' error, got '%#v'", expectedError, err) @@ -87,7 +87,7 @@ func TestSetGauge(t *testing.T) { cs.Flush() }() - expect := "{\"foo`bar\":{\"_type\":\"n\",\"_value\":1}}" + expect := "{\"foo`bar\":{\"_type\":\"n\",\"_value\":\"1\"}}" actual := <-q if actual != expect { -- cgit v1.2.3-1-g7c22