Skip to content

Commit 827491c

Browse files
committed
server: update warning message for reassign on invalid node ID in deployment mutation tests
1 parent 407e59e commit 827491c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/graphman/tests/deployment_mutation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ fn graphql_warns_reassign_on_wrong_node_id() {
575575
"data": {
576576
"deployment": {
577577
"reassign": {
578-
"warnings": ["warning: this is the only deployment assigned to 'invalid_node'. Are you sure it is spelled correctly?"],
578+
"warnings": ["This is the only deployment assigned to 'invalid_node'. Please make sure that the node ID is spelled correctly."],
579579
}
580580
}
581581
}

0 commit comments

Comments
 (0)