feat: async pytest, testcases for starting and finishing shifts
This commit is contained in:
10
tests/fixtures/user_pay_rates.json
vendored
Normal file
10
tests/fixtures/user_pay_rates.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"pay_rate_id": 1,
|
||||
"user_id": 2
|
||||
},
|
||||
{
|
||||
"pay_rate_id": 2,
|
||||
"user_id": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user