We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9295842 commit 8d56b5bCopy full SHA for 8d56b5b
tests/test_external_tests.py
@@ -462,9 +462,9 @@ def test_that_the_exit_code_is_1_when_it_should_be(self):
462
executor.execute()
463
assert "File: htan_bad.h5ad" in executor.std_out
464
assert "Cellxgene run has errors. " in executor.std_out
465
- assert "HTAN Validation Failed." in executor.std_out
466
- assert "'cellxgene-schema output: Starting validation" in executor.std_out
467
- assert "HTAN-specific Validation Errors:" in executor.std_out
+ assert "HTAN Validation Failed." in executor.std_out
+ assert "'cellxgene-schema output: Starting validation" in executor.std_out
+ assert "HTAN-specific Validation Errors:" in executor.std_out
468
assert executor.exit_code == "1"
469
470
@docker_enabled_test
0 commit comments