Skip to content

Commit

Permalink
Updated test inputmanifest
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Feb 17, 2025
1 parent 56c564e commit b829a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_build_workflow/test_build_incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_no_commits_diff(self, stable_mock_input_manifest: MagicMock, mock_build
@patch("manifests.input_manifest.InputManifest.stable")
def test_no_commits_diffi_with_qualifier(self, stable_mock_input_manifest: MagicMock, mock_build_manifest: MagicMock, mock_path_exists: MagicMock) -> None:
mock_path_exists.return_value = True
input_manifest_data = {'schema-version': '1.1', 'build': {'name': 'OpenSearch', 'version': '3.0.0-alpha1'},
input_manifest_data = {'schema-version': '1.1', 'build': {'name': 'OpenSearch', 'version': '3.0.0', 'qualifier': 'alpha1'},
'components': [{'name': 'OpenSearch',
'repository': 'https://github.com/opensearch-project/OpenSearch.git',
'ref': '91a93dacb84eae4f09decbabe54771585d42b570',
Expand Down

0 comments on commit b829a9d

Please sign in to comment.