Radish alpha
r
Radicle CI adapter for native CI
Radicle
Git (anonymous pull)
Log in to clone via SSH
tests: verify error message mentions shell and string
Lars Wirzenius committed 2 years ago
commit ca657dbf9add107e7a456a1d8ddc54a6c1792300
parent f4aa9e9977d3e311a2db75a825c277b0a443ea83
1 file changed +2 -2
modified test-suite
@@ -148,8 +148,8 @@ class Suite:
        assert exit != 0
        assert len(resps) == 1
        self.assert_triggered(resps[0])
-
        # FIXME: verify that stderr or build log contains complaint about shell
-
        # not being a string
+
        assert "shell" in stderr
+
        assert "string" in stderr


class TestCase: