mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
change comment to match other tests
This commit is contained in:
parent
498d148c38
commit
1ed96cf78d
1 changed files with 3 additions and 2 deletions
|
@ -8,12 +8,13 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
And the editor should not have been called
|
||||
|
||||
|
||||
# @todo implement this step in pytest (doesn't currently support overrides)
|
||||
@skip
|
||||
Scenario: Postconfig commands with overrides
|
||||
Given we use the config "basic_encrypted.yaml"
|
||||
And we use the password "test" if prompted
|
||||
When we run "jrnl --decrypt --config-override highlight false --config-override editor nano"
|
||||
# @todo implement this step in pytest (doesn't currently support overrides)
|
||||
# Then the config should contain "highlight: false"
|
||||
Then the config should contain "highlight: false"
|
||||
Then the editor should not have been called
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue