Skip to content

Commit

Permalink
TST fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Apr 15, 2016
1 parent 4b9238d commit 72dd737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion splash/tests/test_argument_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def test_cache_args(self):
resp3 = self.request({"load_args": hashes, "baz": "!"})
data = self.assertJsonError(resp3, 498, "ExpiredArguments")
self.assertEqual(data['info'], {'expired': ['foo']})
assert 0

def test_bad_save_args(self):
resp = self.request_lua("function main(splash) return 'hi' end", {
Expand Down

0 comments on commit 72dd737

Please sign in to comment.