Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
6ac0a69b
Commit
6ac0a69b
authored
Oct 17, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken test
parent
6d2338c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/javascripts/registry/mock_data.js
spec/javascripts/registry/mock_data.js
+2
-2
No files found.
spec/javascripts/registry/mock_data.js
View file @
6ac0a69b
...
...
@@ -70,7 +70,7 @@ export const parsedRegistryServerResponse = [
tag
:
registryServerResponse
[
0
].
name
,
revision
:
registryServerResponse
[
0
].
revision
,
shortRevision
:
registryServerResponse
[
0
].
short_revision
,
size
:
registryServerResponse
[
0
].
size
,
size
:
registryServerResponse
[
0
].
total_
size
,
layers
:
registryServerResponse
[
0
].
layers
,
location
:
registryServerResponse
[
0
].
location
,
createdAt
:
registryServerResponse
[
0
].
created_at
,
...
...
@@ -81,7 +81,7 @@ export const parsedRegistryServerResponse = [
tag
:
registryServerResponse
[
1
].
name
,
revision
:
registryServerResponse
[
1
].
revision
,
shortRevision
:
registryServerResponse
[
1
].
short_revision
,
size
:
registryServerResponse
[
1
].
size
,
size
:
registryServerResponse
[
1
].
total_
size
,
layers
:
registryServerResponse
[
1
].
layers
,
location
:
registryServerResponse
[
1
].
location
,
createdAt
:
registryServerResponse
[
1
].
created_at
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment