Skip to content

Commit

Permalink
remove logger from validator testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed May 10, 2023
1 parent d425e70 commit f191342
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snakebids/tests/test_validate_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ def app(self):
config=copy.deepcopy(config),
)

_logger = logging.getLogger(__name__)

def test_skip_validation(self, app: SnakeBidsApp):
# Test if validation is skipped
app.config["plugins.validator.skip"] = True
Expand Down

0 comments on commit f191342

Please sign in to comment.