feat: Update player state tests to include previous volume and adjust volume assertions
Some checks failed
Backend CI / lint (push) Failing after 5m0s
Backend CI / test (push) Successful in 3m46s

This commit is contained in:
JSC
2025-08-12 22:58:47 +02:00
parent c69a45c9b4
commit cba1653565
3 changed files with 8 additions and 5 deletions

View File

@@ -516,6 +516,7 @@ class TestPlayerEndpoints:
"status": PlayerStatus.PLAYING.value,
"mode": PlayerMode.CONTINUOUS.value,
"volume": 50,
"previous_volume": 80,
"position": 5000,
"duration": 30000,
"index": 0,