perfecto-reporting 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ class PerfectoReportiumClient
|
|
26
26
|
end
|
27
27
|
|
28
28
|
unless @perfectoExecutionContext.project.nil?
|
29
|
-
params['projectName'] = @perfectoExecutionContext.
|
29
|
+
params['projectName'] = @perfectoExecutionContext.project.name
|
30
30
|
params['projectVersion'] = @perfectoExecutionContext.project.version
|
31
31
|
end
|
32
32
|
|