diff --git a/web/spec/controllers/claimed_recordings_spec.rb b/web/spec/controllers/claimed_recordings_spec.rb index d52bfd381..a02af999e 100644 --- a/web/spec/controllers/claimed_recordings_spec.rb +++ b/web/spec/controllers/claimed_recordings_spec.rb @@ -34,7 +34,6 @@ describe ApiClaimedRecordingsController do json["recording"]["band"].should be_nil json["recording"]["recorded_tracks"].length.should == 1 json["recording"]["recorded_tracks"].first["id"].should == @recording.recorded_tracks.first.id - json["recording"]["recorded_tracks"].first["url"].should == @recording.recorded_tracks.first[:url] json["recording"]["recorded_tracks"].first["instrument_id"].should == @instrument.id json["recording"]["recorded_tracks"].first["user"]["id"].should == @user.id end