Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thrix committed Nov 28, 2023
1 parent ab27516 commit ee36d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/plan/import/basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rlJournalStart
rlPhaseStartTest "Explore Plans"
rlRun -s "tmt plan"
rlAssertNotGrep "warn" $rlRun_LOG
rlAssertGrep "Found 6 plans" $rlRun_LOG
rlAssertGrep "Found 7 plans" $rlRun_LOG
rlPhaseEnd

rlPhaseStartTest "Show Plans (deep)"
Expand All @@ -20,6 +20,7 @@ rlJournalStart
rlAssertNotGrep "import" $rlRun_LOG
rlAssertNotGrep "ref 1.16.0" $rlRun_LOG
rlAssertNotGrep "warn" $rlRun_LOG
rlAssertGrep "environment EXPECTED: some-string" $rlRun_LOG
rlPhaseEnd

rlPhaseStartTest "Show Plans (shallow)"
Expand Down
2 changes: 1 addition & 1 deletion tests/plan/import/data/plans.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
name: /plans/provision

/environment:
summary: Honor importing plan environment
summary: Honor parent plan environment
plan:
import:
url: https://github.com/teemtee/tmt
Expand Down

0 comments on commit ee36d68

Please sign in to comment.