From fb6b1efbbadb44445f9809e5054cfa7cc14136c9 Mon Sep 17 00:00:00 2001 From: iynere Date: Thu, 11 Apr 2019 11:00:28 -0400 Subject: [PATCH] fix unit test --- cmd/setup_unit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/setup_unit_test.go b/cmd/setup_unit_test.go index f2f367248..57dc3b67f 100644 --- a/cmd/setup_unit_test.go +++ b/cmd/setup_unit_test.go @@ -317,7 +317,7 @@ Your configuration has been saved to %s. Trying an introspection query on API to verify your setup... Ok. Trying to query our API for your profile name... -Unable to make a query against the GraphQL API, please check your settings. +Unable to query our API for your profile name, please check your settings. `, tempSettings.Config.Path))) }) })