more test fixes
This commit is contained in:
parent
e143e351e6
commit
a0696ce610
|
|
@ -83,7 +83,7 @@ describe "Scheduled Music Session API ", :type => :api do
|
|||
music_sessions = JSON.parse(last_response.body)
|
||||
music_sessions.count.should eql(3)
|
||||
|
||||
client = FactoryGirl.create(:connection, :user => user, :ip_address => "1.1.1.1", :client_id => "3")
|
||||
client = FactoryGirl.create(:connection, :user => user, :ip_address => "1.1.1.1", :client_id => "5")
|
||||
post "/api/sessions/#{music_sessions[0]["id"]}/participants.json",
|
||||
{ :client_id => client.client_id, :as_musician => true,
|
||||
:tracks => [{"instrument_id" => "electric guitar",
|
||||
|
|
|
|||
Loading…
Reference in New Issue