Skip to content

Commit

Permalink
test fewer than all of the options for existence
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa authored and mih committed Sep 13, 2023
1 parent 378d5b0 commit 771feb6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions datalad_ria/tests/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ def test_riaserver_fixture(ria_sshserver):


def test_common_ora_init_opts_fixture(common_ora_init_opts):
assert common_init_opts == \
["encryption=none", "type=external", "externaltype=ora",
"autoenable=true"]
assert "externaltype=ora" in common_ora_init_opts
assert "autoenable=true" in common_ora_init_opts

0 comments on commit 771feb6

Please sign in to comment.