1248
1265
>>> form2['oauth_timestamp'] -= 10
1249
1266
>>> test_request = LaunchpadTestRequest(form=form2)
1251
1268
Traceback (most recent call last):
1255
1272
Last but not least, the timestamp must not be too far in the future, as
1256
1273
defined by TIMESTAMP_SKEW_WINDOW.