r0man / oauth-clj

Clojure OAuth library
97 stars 27 forks source link

Alter test tweet body to avoid duplicate tweet error #12

Closed canweriotnow closed 11 years ago

canweriotnow commented 11 years ago

Change Test to Test-q (query) and Test-f (form) so 403 doesn't throw exception on duplicate tweet when (java.util.Date.) ends up the same in each test.

r0man commented 11 years ago

Good catch, thanks!