Skip to content

Commit

Permalink
Fix typo in test config patching
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Nov 11, 2024
1 parent e9e808e commit f962b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hana_util_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_request_backend_refresh_token(self, refresh_token, config_path):
neon_utils.hana_utils._client_config = real_client_config

@patch("neon_utils.hana_utils._get_client_config_path")
@patch("ovos_config.configuration.Configuration")
@patch("ovos_config.config.Configuration")
def test_00_get_token(self, config, config_path):
config.return_value = {}
config_path.return_value = self.test_path
Expand Down

0 comments on commit f962b15

Please sign in to comment.