test: narrow metadata assertions for pyright
test / unit (pull_request) Successful in 31s
test / integration (pull_request) Successful in 18s
lint / lint (push) Successful in 1m26s
test / unit (push) Successful in 31s
test / integration (push) Successful in 17s
Update Quality Badges / update-badges (push) Failing after 1m7s

This commit was merged in pull request #216.
This commit is contained in:
2026-06-09 02:58:13 +00:00
parent 1aee4573aa
commit ec1dc3cb5a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -130,6 +130,7 @@ class TestRuntimeWorkspaceProvisioning(_FakeStateMixin, unittest.TestCase):
bottle.cp_in.assert_called_once_with(str(self.tmp), "/home/node/workspace")
metadata = bottle_state.read_metadata("demo-smol-work")
self.assertIsNotNone(metadata)
assert metadata is not None
self.assertEqual("smolmachines", metadata.backend)