Skip to content

Commit b4ee81b

Browse files
committed
Revert "Disable test for now DGEOSUITE-419"
This reverts commit 6e99cca.
1 parent 6e99cca commit b4ee81b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/models/test_base_model.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,8 @@ def test_basemodellist_execute_remote(self, _, __, model, filename, modelname):
136136
# Execute and make sure output is available
137137
output = ml.execute_remote("/") # no url is needed with the TestClient
138138
assert len(output.models) == 2
139-
# todo > enable this commented test
140-
# for model in output.models:
141-
# assert model.output
139+
for model in output.models:
140+
assert model.output
142141

143142
assert len(output.errors) == 1
144143
assert fn in output.errors[-1]

0 commit comments

Comments
 (0)