Skip to content

Commit

Permalink
Adjust code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich committed Jul 6, 2023
1 parent 216917a commit 8937e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven/spec/dependabot/maven/file_fetcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
to_return(
status: 404
)
stub_request(:get, %r{.*\?ref=sha}).
stub_request(:get, /.*\?ref=sha/).
with(headers: { "Authorization" => "token token" }).
to_return(
status: 404
Expand Down

0 comments on commit 8937e4f

Please sign in to comment.