Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Apr 2, 2024
1 parent 7e4ec76 commit 43cbf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_tethys_cli/test_gen_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_generate_command_apache_option(
mock_args.type = GEN_APACHE_OPTION
mock_args.directory = None
mock_os_path_isfile.return_value = False
mock_settings.side_effect = ["/foo/workspace", "/foo/static", "/foo/media"]]
mock_settings.side_effect = ["/foo/workspace", "/foo/static", "/foo/media"]

generate_command(args=mock_args)

Expand Down

0 comments on commit 43cbf30

Please sign in to comment.