From 5a2a541ae0426402d757a3647c3ef4d78dcab6ad Mon Sep 17 00:00:00 2001 From: Oleg Shlyazhko Date: Sat, 23 Jan 2016 19:09:56 +0300 Subject: [PATCH] rename botan test correctly and move token to ENV --- tests/{botan.py => test_botan.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{botan.py => test_botan.py} (95%) diff --git a/tests/botan.py b/tests/test_botan.py similarity index 95% rename from tests/botan.py rename to tests/test_botan.py index b33521b0e..f99eb1b84 100644 --- a/tests/botan.py +++ b/tests/test_botan.py @@ -19,7 +19,7 @@ class MessageMock(object): class BotanTest(BaseTest, unittest.TestCase): """This object represents Tests for Botan analytics integration.""" - token = '26c6df87-56ea-4764-a588-0e25de3a64a9' + token = os.environ.get('BOTAN_TOKEN') def test_track(self): """Test sending event to botan"""