Skip to content

Commit 0ae4052

Browse files
committed
Set the timezone for another test that relied on the removed scenario
1 parent 8987158 commit 0ae4052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/mock_api/endpoints/schedule/schedule_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ func TestSegment(t *testing.T) {
207207

208208
// good request
209209
body.Title = "patched_title"
210+
body.Timezone = "America/Los_Angeles"
210211
b, _ = json.Marshal(body)
211212
req, _ = http.NewRequest(http.MethodPatch, ts.URL+ScheduleSegment{}.Path(), bytes.NewBuffer(b))
212213
q.Set("broadcaster_id", "1")

0 commit comments

Comments
 (0)