mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-02 19:46:29 -04:00
Update spec and rollback to last commits changes
This commit is contained in:
parent
04ca64691b
commit
248df785d7
4 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@ Spectator.describe "parse_video_info" do
|
|||
# Video metadata
|
||||
|
||||
expect(info["genre"].as_s).to eq("Entertainment")
|
||||
expect(info["genreUcid"].as_s).to be_empty
|
||||
expect(info["genreUcid"].as_s).to be_nil
|
||||
expect(info["license"].as_s).to be_empty
|
||||
|
||||
# Author infos
|
||||
|
@ -151,7 +151,7 @@ Spectator.describe "parse_video_info" do
|
|||
# Video metadata
|
||||
|
||||
expect(info["genre"].as_s).to eq("Music")
|
||||
expect(info["genreUcid"].as_s).to be_empty
|
||||
expect(info["genreUcid"].as_s).to be_nil
|
||||
expect(info["license"].as_s).to be_empty
|
||||
|
||||
# Author infos
|
||||
|
|
|
@ -94,7 +94,7 @@ Spectator.describe "parse_video_info" do
|
|||
# Video metadata
|
||||
|
||||
expect(info["genre"].as_s).to eq("Entertainment")
|
||||
expect(info["genreUcid"].as_s).to be_empty
|
||||
expect(info["genreUcid"].as_s).to be_nil
|
||||
expect(info["license"].as_s).to be_empty
|
||||
|
||||
# Author infos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue