kubeedge/cloud/pkg/cloudhub/servers/httpserver/node
Priyanshubhartistm 0ad2059aaf
cloud/cloudhub: fix "Node founded" typo in checknode response
checknode.go returned "Node founded" on the success path instead of
"Node found". This user-visible string was grammatically wrong.

The existing test expected "Node found" but passed silently because
assert.Contains does a substring match — "Node found" is a substring
of "Node founded" — hiding the bug from CI.

Fix:
- Correct the response string to "Node found"
- Strengthen the test assertion to assert.Equal so any future
  mismatch will be caught immediately

Signed-off-by: Priyanshubhartistm <bhartipriyanshustm@gmail.com>
2026-06-23 00:59:15 +05:30
..
checknode.go cloud/cloudhub: fix "Node founded" typo in checknode response 2026-06-23 00:59:15 +05:30
checknode_test.go cloud/cloudhub: fix "Node founded" typo in checknode response 2026-06-23 00:59:15 +05:30