We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67c6aa commit d0d7d5cCopy full SHA for d0d7d5c
server/graphman/tests/deployment_mutation.rs
@@ -575,7 +575,7 @@ fn graphql_warns_reassign_on_wrong_node_id() {
575
"data": {
576
"deployment": {
577
"reassign": {
578
- "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."],
579
}
580
581
0 commit comments