Skip to content

Commit 25ea2b1

Browse files
committed
Uncomment basic test assrtions
1 parent 95da77a commit 25ea2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/test_user_defined_tool_job_conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def test_user_defined_runs_in_correct_destination(self):
7373
assert_ok=True,
7474
)
7575

76-
# output_content = self.dataset_populator.get_history_dataset_content(history_id)
77-
# assert output_content == "abc\n"
76+
output_content = self.dataset_populator.get_history_dataset_content(history_id)
77+
assert output_content == "abc\n"
7878
with self._different_user(email="[email protected]"):
7979
destination_params = self._get(f"/api/jobs/{response['jobs'][0]['id']}/destination_params").json()
8080

0 commit comments

Comments
 (0)