Skip to content

Commit

Permalink
Merge pull request #13 from bxm156/bmarty_12_fix_secret_test
Browse files Browse the repository at this point in the history
Remove test_get_secret_database
  • Loading branch information
kentwills committed Feb 18, 2017
2 parents ad0f311 + 379eaec commit 70edb7b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/logic/secret_test.py
Expand Up @@ -8,15 +8,6 @@
import pytest

from yelp_beans.logic.secret import get_secret
from yelp_beans.models import Secret


def test_get_secret_database(tmpdir, database):
with tmpdir.as_cwd():
expected = 'password'
Secret(id='secret', value=expected).put()
actual = get_secret('secret')
assert expected == actual


def test_get_secret_file(tmpdir, database):
Expand Down

0 comments on commit 70edb7b

Please sign in to comment.