Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sorokin <dmd40in@gmail.com>
  • Loading branch information
DimedS committed Feb 12, 2024
1 parent bf1d353 commit 98ffa65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kedro-telemetry/tests/test_masking.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from kedro_telemetry.masking import (
MASK,
_get_cli_structure,
_get_vocabulary,
_mask_kedro_cli,
_recursive_items,
)
Expand Down Expand Up @@ -175,9 +174,6 @@ def test_recursive_items(self, input_dict, expected_output_count):
def test_recursive_items_empty(self):
assert len(list(_recursive_items({}))) == 0

def test_get_vocabulary_empty(self):
assert _get_vocabulary({}) == {"-h", "--version"}

@pytest.mark.parametrize(
"input_cli_structure, input_command_args, expected_masked_args",
[
Expand Down

0 comments on commit 98ffa65

Please sign in to comment.