Skip to content

Commit

Permalink
Further fixes to injected variable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danmilne1 committed Jan 31, 2024
1 parent 9f93851 commit 2bfd2a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_govcookiecutter_injected_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def test_injected_counts_correct(
test_input_variable: str,
test_input_value: str,
test_input_variable_counts: Dict[str, int],
test_input_other_context: Dict[str, str],
) -> None:

# Generate the expected counts
Expand All @@ -188,7 +187,6 @@ def test_injected_counts_correct(
test_output_project = cookies.bake(
extra_context={
test_input_variable: test_input_value,
**test_input_other_context,
}
)

Expand Down

0 comments on commit 2bfd2a7

Please sign in to comment.