Skip to content

Commit

Permalink
test: Updating Dapr conflict prompt with new building block Configura…
Browse files Browse the repository at this point in the history
…tionStore in functional tests

Signed-off-by: SoTrx <11771975+SoTrx@users.noreply.github.com>
  • Loading branch information
SoTrx committed Sep 10, 2024
1 parent 0c03e3e commit f380b23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func Test_DaprComponentNameConflict(t *testing.T) {
Details: []step.DeploymentErrorDetail{
{
Code: v1.CodeInternal,
MessageContains: "the Dapr component name '\"dapr-component\"' is already in use by another resource. Dapr component and resource names must be unique across all Dapr types (eg: StateStores, PubSubBrokers, SecretStores, etc.). Please select a new name and try again",
MessageContains: "the Dapr component name '\"dapr-component\"' is already in use by another resource. Dapr component and resource names must be unique across all Dapr types (eg: StateStores, PubSubBrokers, SecretStores, ConfigurationStores etc.). Please select a new name and try again",
},
},
})
Expand Down

0 comments on commit f380b23

Please sign in to comment.