Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2019-09-01 03:44:02 +0300
committerJonne Haß <me@jhass.eu>2019-09-01 03:44:02 +0300
commit995f3394a86ae1df2814d8242771d44d86bf4bc0 (patch)
tree4bd849c34e0a04cdcce885fa0d6bd5cf76f3be58 /features
parent8cab64b7155fdb433d5b55447f3956f592ffcdf2 (diff)
parentba16185b8e6062346a0bf54975929632ed4c667d (diff)
Merge branch 'next-minor' into develop
Diffstat (limited to 'features')
-rw-r--r--features/support/webmock.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/webmock.rb b/features/support/webmock.rb
index f6d4726bf..cce1de904 100644
--- a/features/support/webmock.rb
+++ b/features/support/webmock.rb
@@ -7,7 +7,7 @@ Before do
stub_request(:head, /.+/).with(
headers: {
"Accept" => "text/html",
- "User-Agent" => "OpenGraphReader/0.6.2 (+https://github.com/jhass/open_graph_reader)"
+ "User-Agent" => "OpenGraphReader/0.7.0 (+https://github.com/jhass/open_graph_reader)"
}
).to_return(status: 200, body: "", headers: {"Content-Type" => "text/plain"})
end