Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Dec 23, 2024
1 parent fbc27e7 commit cd0bce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/core_node_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_update_node(mocked_g_config, resource_file):
), mock.patch(
'node_cli.core.node.get_meta_info',
return_value=CliMeta(
version='2.5.0', config_stream='3.0.2'
version='2.6.0', config_stream='3.0.2'
)
):
with mock.patch( 'node_cli.utils.helper.requests.get', return_value=safe_update_api_response()): # noqa
Expand Down

0 comments on commit cd0bce6

Please sign in to comment.