Skip to content

Commit 1b6b5ec

Browse files
committed
fix jobs test
1 parent b6d0425 commit 1b6b5ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/tests/posit/connect/test_jobs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def test_find_by(self):
4646
path = str(path)
4747

4848
bundle = content.bundles.create(path)
49-
bundle.deploy()
49+
task = bundle.deploy()
50+
task.wait_for()
5051

5152
jobs = content.jobs.find_by()
5253
assert len(jobs) != 0

0 commit comments

Comments
 (0)