From bf2b7eef8fb8f298a713af42e890f0b2c5ffc539 Mon Sep 17 00:00:00 2001
From: Megan Henning <meganhenning@flywheel.io>
Date: Wed, 22 Nov 2017 10:15:22 -0600
Subject: [PATCH] Test third session is downloaded

---
 tests/integration_tests/python/test_download.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/integration_tests/python/test_download.py b/tests/integration_tests/python/test_download.py
index 5a4da6aa..5be5d145 100644
--- a/tests/integration_tests/python/test_download.py
+++ b/tests/integration_tests/python/test_download.py
@@ -68,6 +68,7 @@ def test_download(data_builder, file_form, as_admin, api_db):
         if 'session1_1' in str(tarinfo.name):
             found_third_session = True
     assert found_second_session
+    assert found_third_session
 
     tar.close()
 
-- 
GitLab