Skip to content

Commit 2bf5fc0

Browse files
committed
Fix links for artifacts for perfUnit tests
We don't need to change "-" to "_" anymore
1 parent 64c7ce3 commit 2bf5fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/meta/youtrack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func (f fleetPerfTestCollector) checkArtifact(artifactName string) bool {
216216
type perfUnitTestCollector struct{}
217217

218218
func (f perfUnitTestCollector) getArtifactsPath(params UploadAttachmentsToIssueRequest) string {
219-
return strings.ReplaceAll(params.AffectedTest, "-", "_")
219+
return params.AffectedTest
220220
}
221221

222222
func (f perfUnitTestCollector) checkArtifact(artifactName string) bool {

0 commit comments

Comments
 (0)