fgimenez@dunwich:~/workspace/snappy$ git diff
diff --git a/tests/main/snap-info/check.py b/tests/main/snap-info/check.py
index 93e0dd9..edfbd77 100644
--- a/tests/main/snap-info/check.py
+++ b/tests/main/snap-info/check.py
@@ -69,6 +69,8 @@ check("test-snapd-tools", res[2],
("refreshed", exists),
("channels", check,
("latest/stable", matches, verRevNotesRx("-")),
+ ("latest/candidate", matches, verRevNotesRx("-")),
+ ("latest/beta", matches, verRevNotesRx("-")),
("latest/edge", matches, verRevNotesRx("-")),
),
)