From 61d96ce4039288eeb236c09b7a629dd85db5d4c9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 12 Apr 2023 03:14:53 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 1 + doc/development/testing_guide/best_practices.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index a046c09c8c2..322818c279e 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -13053,6 +13053,7 @@ The deployment of an environment. | `id` | [`ID`](#id) | Global ID of the deployment. | | `iid` | [`ID`](#id) | Project-level internal ID of the deployment. | | `job` | [`CiJob`](#cijob) | Pipeline job of the deployment. | +| `pendingApprovalCount` | [`Int`](#int) | Number of pending unified approvals on the deployment. | | `ref` | [`String`](#string) | Git-Ref that the deployment ran on. | | `sha` | [`String`](#string) | Git-SHA that the deployment ran on. | | `status` | [`DeploymentStatus`](#deploymentstatus) | Status of the deployment. | diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md index 7acdf4a1fdc..cd4dc6b21e4 100644 --- a/doc/development/testing_guide/best_practices.md +++ b/doc/development/testing_guide/best_practices.md @@ -867,8 +867,6 @@ it 'is overdue' do travel_to(3.days.from_now) do expect(issue).to be_overdue end - - travel_back # Returns the current time back to its original state end ``` -- cgit v1.2.3