diff --git a/server/graphman/tests/deployment_mutation.rs b/server/graphman/tests/deployment_mutation.rs index b0afcc528c4..04049caaf59 100644 --- a/server/graphman/tests/deployment_mutation.rs +++ b/server/graphman/tests/deployment_mutation.rs @@ -575,7 +575,7 @@ fn graphql_warns_reassign_on_wrong_node_id() { "data": { "deployment": { "reassign": { - "warnings": ["warning: this is the only deployment assigned to 'invalid_node'. Are you sure it is spelled correctly?"], + "warnings": ["This is the only deployment assigned to 'invalid_node'. Please make sure that the node ID is spelled correctly."], } } }