Skip to content

Commit d8880e3

Browse files
NejcSNejc Stebe
andauthored
show CTA message instead of the issue twice (#147)
Co-authored-by: Nejc Stebe <nejc.stebe@fr24.com>
1 parent 9a32be2 commit d8880e3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

render_machine/actions/run_conformance_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ def execute(self, render_context: RenderContext, _previous_action_payload: Any |
7373
return (
7474
self.UNRECOVERABLE_ERROR_OUTCOME,
7575
RenderError.encode(
76-
message=conformance_tests_issue,
76+
message="Conformance tests script failed due to problems in the environment setup. Please check your environment or update the script for running conformance tests.",
7777
error_type="ENVIRONMENT_ERROR",
7878
script=conformance_tests_script,
79-
frid=render_context.conformance_tests_running_context.current_testing_frid,
8079
issue=conformance_tests_issue,
8180
).to_payload(),
8281
)

0 commit comments

Comments
 (0)