# File tests/drivers/mock/images_test.rb, line 75
    def test_it_can_filter_using_owner_id
      get_auth_url '/api/images', { :owner_id => 'mockuser' }
      (last_xml_response/'images/image').length.should == 1
      (last_xml_response/'images/image/owner_id').first.text.should == 'mockuser'
    end