Skip to content

Commit 2cc09c1

Browse files
committed
TestRun reject. TestVariation added to result
1 parent d3c191b commit 2cc09c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test-runs/test-runs.service.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ export class TestRunsService {
5757
async reject(id: string): Promise<TestRun> {
5858
return this.prismaService.testRun.update({
5959
where: { id },
60+
include: {
61+
testVariation: true,
62+
},
6063
data: {
6164
status: TestStatus.failed,
6265
},

0 commit comments

Comments
 (0)