Skip to content

Commit 03007ca

Browse files
committed
chore: remove hardcoded value
1 parent 6db3161 commit 03007ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/analysis/analysis.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -646,12 +646,9 @@ func (a *analysisOrchestrator) retrieveTestURL(ctx context.Context, client *test
646646
return nil, false, stateCompleteError
647647
}
648648

649-
tes := "/org/team-cli-testing/project/ff7a6ceb-fab5-4f68-bdbf-4dbc919e8074/history/65e25f20-af06-45ff-8515-40aea39af878"
650-
651649
findingsUrl := a.host(true) + testCompleted.Documents.EnrichedSarif + "?version=" + testApi.DocumentApiVersion
652650
result := &scan.ResultMetaData{
653651
FindingsUrl: findingsUrl,
654-
WebUiUrl: tes,
655652
}
656653
if testCompleted.Results.Webui != nil && testCompleted.Results.Webui.Link != nil {
657654
result.WebUiUrl = *testCompleted.Results.Webui.Link

0 commit comments

Comments
 (0)