Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/packages/details/components/__snapshots__/activity_spec.js.snap')
-rw-r--r--spec/frontend/packages/details/components/__snapshots__/activity_spec.js.snap6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/frontend/packages/details/components/__snapshots__/activity_spec.js.snap b/spec/frontend/packages/details/components/__snapshots__/activity_spec.js.snap
index 8590fd242b1..2e88ac39d18 100644
--- a/spec/frontend/packages/details/components/__snapshots__/activity_spec.js.snap
+++ b/spec/frontend/packages/details/components/__snapshots__/activity_spec.js.snap
@@ -62,14 +62,14 @@ exports[`PackageActivity render to match the default snapshot when there is a pi
<!---->
<gl-link-stub
- href="../../commit/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ href="../../commit/sha-baz"
>
- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+ sha-baz
</gl-link-stub>
<clipboard-button-stub
cssclass="border-0 text-secondary py-0"
- text="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ text="sha-baz"
title="Copy commit SHA"
tooltipplacement="top"
/>