From 0300a73c306cfab825e8a3efe9f2c26921a051f2 Mon Sep 17 00:00:00 2001 From: "Steven E. Newton" <snewton@appnexus.com> Date: Tue, 19 Feb 2019 15:23:07 -0800 Subject: [PATCH] rebased --- context/context_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/context/context_test.go b/context/context_test.go index 3281ce70..23e6a4f5 100644 --- a/context/context_test.go +++ b/context/context_test.go @@ -22,10 +22,10 @@ func newValidAnkhConfig() AnkhConfig { CurrentContextName: "test", Contexts: map[string]Context{ "test": Context{ - EnvironmentClass: "dev", - ResourceProfile: "constrained", - HelmRepositoryURL: "http://localhost", - KubeContext: "dev", + EnvironmentClass: "dev", + ResourceProfile: "constrained", + HelmRepositoryURL: "http://localhost", + KubeContext: "dev", }, }, }