From adec8dc8cc40fefc5b5fa208831b0737661b4bb3 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Tue, 5 Jun 2018 22:32:28 +0200 Subject: adds rabbitmq service for tests --- tests/test_snekbox.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_snekbox.py') diff --git a/tests/test_snekbox.py b/tests/test_snekbox.py index 1f48ee8..3789833 100644 --- a/tests/test_snekbox.py +++ b/tests/test_snekbox.py @@ -8,8 +8,7 @@ from rmq import Rmq r = Rmq() -nsjail = os.sep.join([os.getcwd(), f'binaries{os.sep}nsjail2.6-ubuntu-x86_64']) -snek = Snekbox(nsjail_binary=nsjail) +snek = Snekbox() class SnekTests(unittest.TestCase): -- cgit v1.2.3