Skip to content

Commit

Permalink
Update configuration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanHorlamus authored Jan 23, 2024
1 parent f09d79d commit f940866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f940866

Please sign in to comment.