summaryrefslogtreecommitdiff
path: root/app/graphql/types/ci/test_suite_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/ci/test_suite_type.rb')
-rw-r--r--app/graphql/types/ci/test_suite_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/ci/test_suite_type.rb b/app/graphql/types/ci/test_suite_type.rb
index f9f37d4045e..7ce479632cc 100644
--- a/app/graphql/types/ci/test_suite_type.rb
+++ b/app/graphql/types/ci/test_suite_type.rb
@@ -12,7 +12,7 @@ module Types
field :name, GraphQL::Types::String, null: true,
description: 'Name of the test suite.'
- field :total_time, GraphQL::FLOAT_TYPE, null: true,
+ field :total_time, GraphQL::Types::Float, null: true,
description: 'Total duration of the tests in the test suite.'
field :total_count, GraphQL::Types::Int, null: true,