Skip to content

Commit

Permalink
Update path for test data
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Sahu <[email protected]>
  • Loading branch information
SachinSahu431 committed Nov 21, 2023
1 parent 8f074f3 commit 150c5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions tests/tests_release_notes_workflow/test_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ def setUp(self) -> None:
MANIFESTS = os.path.join(
os.path.dirname(__file__),
"..",
"..",
"manifests",
"data",
)
OPENSEARCH_MANIFEST = os.path.realpath(os.path.join(MANIFESTS, "templates", "opensearch", "test", "manifest.yml"))
OPENSEARCH_MANIFEST = os.path.realpath(os.path.join(MANIFESTS, "opensearch-test-main.yml"))
self.manifest_file = InputManifest.from_file(open(OPENSEARCH_MANIFEST))
self.release_notes = ReleaseNotes(self.manifest_file, "2022-07-26", "compile")
self.component = InputComponentFromSource({"name": "OpenSearch-test", "repository": "url", "ref": "ref"})
Expand Down

0 comments on commit 150c5d4

Please sign in to comment.