From cce384e0f1d8cd8a4c882e7e894e863777fd1f81 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 15 Nov 2016 16:23:37 -0800 Subject: [PATCH] Remove old TODOs --- client/fingerprint/env_aws_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/fingerprint/env_aws_test.go b/client/fingerprint/env_aws_test.go index c12185212..6a58bc015 100644 --- a/client/fingerprint/env_aws_test.go +++ b/client/fingerprint/env_aws_test.go @@ -150,7 +150,6 @@ const aws_routes = ` func TestNetworkFingerprint_AWS(t *testing.T) { // configure mock server with fixture routes, data - // TODO: Refator with the AWS ENV test routes := routes{} if err := json.Unmarshal([]byte(aws_routes), &routes); err != nil { t.Fatalf("Failed to unmarshal JSON in AWS ENV test: %s", err) @@ -201,7 +200,6 @@ func TestNetworkFingerprint_AWS(t *testing.T) { func TestNetworkFingerprint_AWS_network(t *testing.T) { // configure mock server with fixture routes, data - // TODO: Refator with the AWS ENV test routes := routes{} if err := json.Unmarshal([]byte(aws_routes), &routes); err != nil { t.Fatalf("Failed to unmarshal JSON in AWS ENV test: %s", err)