test for multiple bids on same flight with block setting enabled
This commit is contained in:
@@ -13,19 +13,32 @@ users:
|
||||
name: Admin User
|
||||
email: admin@phpvms.net
|
||||
password: admin
|
||||
api_key: testapikey
|
||||
api_key: testadminapikey
|
||||
airline_id: 1
|
||||
home_airport_id: KAUS
|
||||
curr_airport_id: KAUS
|
||||
rank_id: 1
|
||||
created_at: now
|
||||
updated_at: now
|
||||
- id: 2
|
||||
name: Test User
|
||||
email: test@phpvms.net
|
||||
password: test
|
||||
api_key: testuserapikey
|
||||
airline_id: 1
|
||||
home_airport_id: KJFK
|
||||
curr_airport_id: KJFK
|
||||
rank_id: 1
|
||||
created_at: now
|
||||
updated_at: now
|
||||
|
||||
role_user:
|
||||
- user_id: 1
|
||||
role_id: 1
|
||||
- user_id: 1
|
||||
role_id: 2
|
||||
- user_id: 2
|
||||
role_id: 2
|
||||
|
||||
ranks:
|
||||
- id: 1
|
||||
|
||||
Reference in New Issue
Block a user