diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-13 23:25:18 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-13 23:28:06 -0500 |
commit | 5ed7562f3ba25f6b9ee3baa8aa3fda7c785bce5d (patch) | |
tree | 9ec5aab75351e0aa5dccb2267b6e04baadcc7955 /tests/crypto_test.py | |
parent | d9371905744342356f4e4a0696500ca2a8f626b1 (diff) |
tests/crypto_test.py: uses new test file.
Diffstat (limited to 'tests/crypto_test.py')
-rw-r--r-- | tests/crypto_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crypto_test.py b/tests/crypto_test.py index 543f4b0..0e446b2 100644 --- a/tests/crypto_test.py +++ b/tests/crypto_test.py @@ -37,7 +37,7 @@ except yaml.YAMLError, exc: raise AssertionError("Error in configuration file:", exc) FILES_DIR = config['combox_dir'] -TEST_FILE = path.join(FILES_DIR,'the-red-star.jpg') +TEST_FILE = path.join(FILES_DIR,'thgttg-21st.png') def test_encryption(): |