diff options
author | Sean Allred <code@seanallred.com> | 2014-11-21 20:26:43 -0600 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-21 20:26:43 -0600 |
commit | 3edd697b1d34a05e3112eb61ff82f71f79aafa6d (patch) | |
tree | 3717181f3210f8894bba8eeabbec9db66719eb48 /test/tests.el | |
parent | 88d040226513025b14ed76dd0819611bfb0a8fd4 (diff) | |
parent | 06cd4215de8d2e8680de74546984d9bdbc47b1d3 (diff) |
Merge pull request #84 from jleechpe/sx-method-auth
Implement checking for filter and method authentication requirement.
Diffstat (limited to 'test/tests.el')
-rw-r--r-- | test/tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.el b/test/tests.el index bb23310..c76e137 100644 --- a/test/tests.el +++ b/test/tests.el @@ -29,6 +29,7 @@ (should (string-match ,regexp line)))) (setq + sx-initialized t sx-request-remaining-api-requests-message-threshold 50000 debug-on-error t user-emacs-directory "." |