Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: monusingh-1 <msnghgw@amazon.com>
  • Loading branch information
monusingh-1 committed Oct 10, 2023
1 parent 14f7bec commit 9fd1110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test(self) -> None:

mock_test_result_data = MagicMock()

dest_directory = os.path.join("test_base", "local-cluster-logs")
dest_directory = os.path.join("test_base", "local-cluster-logs/id-0")

source_file_1 = os.path.join("dir", "opensearch_index_indexing_slowlog.log")
source_file_2 = os.path.join("dir", "opensearch_deprecation.json")
Expand Down

0 comments on commit 9fd1110

Please sign in to comment.