Skip to content

Commit d06bd1f

Browse files
committed
fixed lint error
1 parent 59ac499 commit d06bd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/config_manager/http_project_config_manager_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'Content-Type' => 'application/json'
4848
}
4949
)
50-
.to_return(status: [403, "Forbidden"], body: '', headers: {})
50+
.to_return(status: [403, 'Forbidden'], body: '', headers: {})
5151
end
5252

5353
after(:example) do

0 commit comments

Comments
 (0)