Skip to content

Commit 611640c

Browse files
authored
Pass test_suite_url as suiteSource in TestRun (eiffel-community#145)
1 parent 16d9317 commit 611640c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/src/etos_api/routers/v1alpha/router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ async def _create_testrun(etos: StartTestrunRequest, span: Span, ctx: otel_conte
260260
logArea=etos.log_area_provider,
261261
),
262262
suites=TestRunSpec.from_tercc(test_suite, etos.dataset),
263+
suiteSource=etos.test_suite_url,
263264
),
264265
)
265266

0 commit comments

Comments
 (0)