Skip to content

Commit

Permalink
Fixes injected variables test
Browse files Browse the repository at this point in the history
  • Loading branch information
danmilne1 committed Jan 31, 2024
1 parent 77018ae commit 9f93851
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_govcookiecutter_injected_variables.py
Expand Up @@ -166,8 +166,7 @@ def recursive_open_and_count_search_terms(


@pytest.mark.parametrize(
"test_input_variable, test_input_value, "
"test_input_variable_counts, test_input_other_context",
"test_input_variable, test_input_value, test_input_variable_counts",
args_injected_counts_correct,
)
def test_injected_counts_correct(
Expand Down

0 comments on commit 9f93851

Please sign in to comment.