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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ff26913a
Commit
ff26913a
authored
Jul 05, 2021
by
Mehmet Emin INAC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix flaky status_checks_spec
parent
1c9a3538
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/spec/requests/api/status_checks_spec.rb
ee/spec/requests/api/status_checks_spec.rb
+1
-1
No files found.
ee/spec/requests/api/status_checks_spec.rb
View file @
ff26913a
...
...
@@ -276,7 +276,7 @@ RSpec.describe API::StatusChecks do
it
'paginates correctly'
do
get
api
(
collection_url
,
project
.
owner
),
params:
{
per_page:
1
}
expect_paginated_array_response
([
1
])
expect_paginated_array_response
([
rule
.
id
])
end
context
'when feature is disabled, unlicensed or user has permission'
do
...
...
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