We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8987158 commit 0ae4052Copy full SHA for 0ae4052
1 file changed
internal/mock_api/endpoints/schedule/schedule_test.go
@@ -207,6 +207,7 @@ func TestSegment(t *testing.T) {
207
208
// good request
209
body.Title = "patched_title"
210
+ body.Timezone = "America/Los_Angeles"
211
b, _ = json.Marshal(body)
212
req, _ = http.NewRequest(http.MethodPatch, ts.URL+ScheduleSegment{}.Path(), bytes.NewBuffer(b))
213
q.Set("broadcaster_id", "1")
0 commit comments