diff options
| author | kinbald <g.desrumaux1@gmail.com> | 2022-03-09 17:53:47 +0100 |
|---|---|---|
| committer | kinbald <g.desrumaux1@gmail.com> | 2022-03-09 17:53:47 +0100 |
| commit | 2828b10505611194bebda59a0e9eb41faf24b77b (patch) | |
| tree | 46cbe94403011bfa66c857235779d0ad1dbe3a70 | |
| parent | d78afb36e26f41d727dee7b0952d53166e0df850 (diff) | |
| download | gitlab-2828b10505611194bebda59a0e9eb41faf24b77b.tar.gz | |
docs: fix typo and incorrect style
| -rw-r--r-- | docs/gl_objects/pipelines_and_jobs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gl_objects/pipelines_and_jobs.rst b/docs/gl_objects/pipelines_and_jobs.rst index 919e1c5..a05d968 100644 --- a/docs/gl_objects/pipelines_and_jobs.rst +++ b/docs/gl_objects/pipelines_and_jobs.rst @@ -369,7 +369,7 @@ Get the test report for a pipeline:: test_report = pipeline.test_report.get() Pipeline test report summary -==================== +============================ Get a pipeline’s test report summary. @@ -380,7 +380,7 @@ Reference + :class:`gitlab.v4.objects.ProjectPipelineTestReportSummary` + :class:`gitlab.v4.objects.ProjectPipelineTestReportSummaryManager` - + :attr:`gitlab.v4.objects.ProjectPipeline.test_report)summary` + + :attr:`gitlab.v4.objects.ProjectPipeline.test_report_summary` * GitLab API: https://docs.gitlab.com/ee/api/pipelines.html#get-a-pipelines-test-report-summary |
