Skip to content

Commit

Permalink
server: update warning message for reassign on invalid node ID in dep…
Browse files Browse the repository at this point in the history
…loyment mutation tests
  • Loading branch information
shiyasmohd committed Dec 26, 2024
1 parent 407e59e commit 827491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/graphman/tests/deployment_mutation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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."],
}
}
}
Expand Down

0 comments on commit 827491c

Please sign in to comment.