12 lines
240 B
JSON
12 lines
240 B
JSON
|
|
Attempting concurrent signups (member1 and member2 simultaneously)...
|
||
|
|
|
||
|
|
MEMBER1_HTTP:200
|
||
|
|
"Shift is at full capacity"
|
||
|
|
MEMBER2_HTTP:409
|
||
|
|
|
||
|
|
Verifying final signup count (should be 1, one should have failed)...
|
||
|
|
{
|
||
|
|
"signups": 1,
|
||
|
|
"capacity": 1
|
||
|
|
}
|