Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
tests: verify error message mentions shell and string
Lars Wirzenius committed 2 years ago
commit ca657dbf9add107e7a456a1d8ddc54a6c1792300
parent f4aa9e9
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: