r0man / oauth-clj

Clojure OAuth library
95 stars 27 forks source link

Alter test tweet body to avoid duplicate tweet error #12

Closed canweriotnow closed 10 years ago

canweriotnow commented 10 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 10 years ago

Good catch, thanks!