Skip to content

Commit

Permalink
fix config test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenifer Tabita Ciuciu-Kiss committed Oct 21, 2024
1 parent 277fb1d commit 8615680
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,10 @@ def test_parse_arguments(self):
"test",
"--ontoFormat",
"turtle",
"--ontoPrecedence",
"enforcedPriority",
"--patchAcceptUpstream",
"False",
"--ontoVersion",
"original",
"--httpsInterception",
"none",
"--disableRemovingRedirects",
"False",
"--logLevel",
"info",
]
sys.argv = test_args
config = parse_arguments()
Expand Down

0 comments on commit 8615680

Please sign in to comment.