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",