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
78d654f9
Commit
78d654f9
authored
May 31, 2021
by
Pedro Pombeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address MR review comments
parent
94c5034e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
18 deletions
+10
-18
app/graphql/mutations/ci/runner/update.rb
app/graphql/mutations/ci/runner/update.rb
+9
-9
spec/graphql/mutations/ci/runner/update_spec.rb
spec/graphql/mutations/ci/runner/update_spec.rb
+1
-9
No files found.
app/graphql/mutations/ci/runner/update.rb
View file @
78d654f9
spec/graphql/mutations/ci/runner/update_spec.rb
View file @
78d654f9
...
...
@@ -66,15 +66,7 @@ RSpec.describe Mutations::Ci::Runner::Update do
context
'with valid arguments'
do
it
'updates runner with correct values'
do
expected_attributes
=
{
description:
'updated description'
,
maximum_timeout:
900
,
access_level:
'ref_protected'
,
active:
false
,
locked:
true
,
run_untagged:
false
,
tag_list:
%w(tag1 tag2)
}
expected_attributes
=
mutation_params
.
except
(
:id
)
subject
...
...
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