mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Make pit display scroll speed configurable.
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
func TestPitDisplay(t *testing.T) {
|
||||
web := setupTestWeb(t)
|
||||
|
||||
recorder := web.getHttpResponse("/displays/pit?displayId=1")
|
||||
recorder := web.getHttpResponse("/displays/pit?displayId=1&scrollMsPerRow=700")
|
||||
assert.Equal(t, 200, recorder.Code)
|
||||
assert.Contains(t, recorder.Body.String(), "Pit Display - Untitled Event - Cheesy Arena")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user