aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/protobuf/constants.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf/constants.proto')
-rw-r--r--sonar-batch-protocol/src/main/protobuf/constants.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/constants.proto b/sonar-batch-protocol/src/main/protobuf/constants.proto
index 3e906814029..26eee4a1cd9 100644
--- a/sonar-batch-protocol/src/main/protobuf/constants.proto
+++ b/sonar-batch-protocol/src/main/protobuf/constants.proto
@@ -78,7 +78,7 @@ enum TestType {
IT = 2;
}
-enum TestResultStatus {
+enum TestStatus {
OK = 1;
FAILURE = 2;
ERROR = 3;