Skip to content

Commit d8a9c97

Browse files
authored
Adjust test to use runner.yaml file over the symlink (#6259)
2 parents 4d69f8a + c7e4543 commit d8a9c97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Added
6565
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
6666
to pants' use of PEX lockfiles. This is not a user-facing addition.
6767
#6118 #6141 #6133 #6120 #6181 #6183 #6200 #6237 #6229 #6240 #6241 #6244 #6251 #6253
68-
#6254 #6258
68+
#6254 #6258 #6259
6969
Contributed by @cognifloyd
7070
* Build of ST2 EL9 packages #6153
7171
Contributed by @amanda11

contrib/runners/python_runner/tests/unit/test_output_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def setUpClass(cls):
6666
assert_submodules_are_checked_out()
6767

6868
def test_adherence_to_output_schema(self):
69-
config = self.loader(os.path.join(BASE_DIR, "../../runner.yaml"))
69+
config = self.loader(os.path.join(BASE_DIR, "../../python_runner/runner.yaml"))
7070
runner = self._get_mock_runner_obj()
7171
runner.entry_point = PASCAL_ROW_ACTION_PATH
7272
runner.pre_run()

0 commit comments

Comments
 (0)