1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Update src/ru/pulsar/jenkins/library/configuration/SmokeTestOptions.groovy

Co-authored-by: Nikita Fedkin <nixel2007@gmail.com>
This commit is contained in:
Dima Ovcharenko
2023-06-03 10:00:38 +03:00
committed by Dima
parent 265854454f
commit ca8c100934

View File

@@ -38,7 +38,7 @@ class SmokeTestOptions implements Serializable {
", xddConfigPath='" + xddConfigPath + '\'' +
", publishToAllureReport=" + publishToAllureReport +
", publishToJUnitReport=" + publishToJUnitReport +
"coverage=" + coverage +
", coverage=" + coverage +
'}'
}
}