mirror of
https://github.com/vee1e/kubeedge.git
synced 2026-09-01 18:27:38 +00:00
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> |
||
|---|---|---|
| .. | ||
| authorization | ||
| common | ||
| config | ||
| dispatcher | ||
| handler | ||
| servers | ||
| session | ||
| cloudhub.go | ||
| OWNERS | ||