From f940866da22e67b287b019a53c9c91ee467b633e Mon Sep 17 00:00:00 2001 From: TristanHorlamus <57843741+TristanHorlamus@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:13:50 -0600 Subject: [PATCH] Update configuration_test.go --- configuration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration_test.go b/configuration_test.go index 404894d..1302159 100644 --- a/configuration_test.go +++ b/configuration_test.go @@ -161,7 +161,7 @@ func TestClient_GetConfigurationWithLabel(t *testing.T) { application: "appName", profiles: []string{"profile"}, response: NewMockHttpResponse(http.StatusNotFound, ""), - err: errors.New("failed to find configuration for application appName with profiles [profile]"), + err: errors.New("failed to find configuration for application appName with profiles [profile] and label master"), }, { name: "Server Error",