Skip to content

Commit

Permalink
squash: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Oct 3, 2024
1 parent 499635c commit c32b7e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import tmt
import tmt.cli
import tmt.result
from tests import CliRunner
from tmt.base import FmfId, Link, LinkNeedle, Links, expand_node_data
from tmt.utils import Path, SpecificationError
Expand Down Expand Up @@ -41,7 +42,7 @@ def test_test_defaults(root_logger):
assert test.environment == {}
assert test.duration == '5m'
assert test.enabled is True
assert test.result == 'respect'
assert test.result == tmt.result.ResultInterpret.RESPECT
assert test.tag == []


Expand Down

0 comments on commit c32b7e7

Please sign in to comment.