diff options
author | Walmyr <walmyr@gitlab.com> | 2019-05-20 14:56:55 +0000 |
---|---|---|
committer | Walmyr <walmyr@gitlab.com> | 2019-05-20 14:56:55 +0000 |
commit | 9ebb5b7a46099f4ec690cf159ecf35cc7d2aa10d (patch) | |
tree | cb44aac37d78fab8191ef752e2df1a876557586a | |
parent | ead315ae1a9daf09dfc736ce9a288d55b5b6c690 (diff) | |
download | gitlab-ce-9ebb5b7a46099f4ec690cf159ecf35cc7d2aa10d.tar.gz |
Apply suggestion to qa/docs/WRITING_TESTS_FROM_SCRATCH.md
-rw-r--r-- | qa/docs/WRITING_TESTS_FROM_SCRATCH.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/docs/WRITING_TESTS_FROM_SCRATCH.md b/qa/docs/WRITING_TESTS_FROM_SCRATCH.md index 6cc8117435a..637e18520b9 100644 --- a/qa/docs/WRITING_TESTS_FROM_SCRATCH.md +++ b/qa/docs/WRITING_TESTS_FROM_SCRATCH.md @@ -426,7 +426,7 @@ By defining the `api_post_body` method, we allow the [`ApiFabricator.api_post`]( Finally, let's make it possible to create label resources through the API. -Add the following code right below the [`fabricate!`](https://gitlab.com/gitlab-org/gitlab-ee/blob/master/qa/qa/resource/label.rb#L36) method. +Add the following code right below the [`fabricate!`](https://gitlab.com/gitlab-org/gitlab-ee/blob/a9177ca1812bac57e2b2fa4560e1d5dd8ffac38b/qa/qa/resource/label.rb#L36) method. ```ruby def resource_web_url(resource) |