Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx committed Apr 4, 2024
1 parent 1055202 commit f07a86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_parse_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_partial_parse_file_path(self, patched_open, patched_os_exist, patched_s

def test_profile_hash_change(self):
# This test validate that the profile_hash is updated when the connection keys change
profile_hash = "7644083797ea2d42b4e7bb1ed4751afc1d8c9566980083c96af826c3486d3531"
profile_hash = "750bc99c1d64ca518536ead26b28465a224be5ffc918bf2a490102faa5a1bcf5"
self.mock_project.credentials.connection_info.return_value = "test"
set_from_args(Namespace(), {})
manifest = ManifestLoader(self.mock_project, {})
Expand Down

0 comments on commit f07a86b

Please sign in to comment.