We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ac499 commit d06bd1fCopy full SHA for d06bd1f
spec/config_manager/http_project_config_manager_spec.rb
@@ -47,7 +47,7 @@
47
'Content-Type' => 'application/json'
48
}
49
)
50
- .to_return(status: [403, "Forbidden"], body: '', headers: {})
+ .to_return(status: [403, 'Forbidden'], body: '', headers: {})
51
end
52
53
after(:example) do
0 commit comments