diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-01-16 14:20:07 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-01-16 14:20:07 +0100 |
commit | dbe311f0e97a79f7530c7fe10bcee8b9c70b9904 (patch) | |
tree | eb42d152d7204d4f109aee195037d82afd842b16 /spec/fixtures/requests/oembed_json_empty.html | |
parent | 077639c27409f897e87522dd18a51801b6cbc40d (diff) | |
parent | 5363c724fc33e441cd4be22ba0e757b1ac4fd401 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - config/locales/simple_form.pl.yml
Diffstat (limited to 'spec/fixtures/requests/oembed_json_empty.html')
-rw-r--r-- | spec/fixtures/requests/oembed_json_empty.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/fixtures/requests/oembed_json_empty.html b/spec/fixtures/requests/oembed_json_empty.html new file mode 100644 index 000000000..4b02413aa --- /dev/null +++ b/spec/fixtures/requests/oembed_json_empty.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> + <head> + <link href='https://host.test/empty_provider.json' rel='alternate' type='application/json+oembed'> + </head> + <body></body> +</html> |