Skip to content

Commit

Permalink
Lint: Shorten name of test function
Browse files Browse the repository at this point in the history
  • Loading branch information
rallytime committed Sep 12, 2018
1 parent f73af08 commit 02a0937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.py
Expand Up @@ -62,7 +62,7 @@ def test_missing_gh_token(self):
# Reset variable for clean tests
tamarack.server.HOOK_SECRET_KEY = None

def test_environtment_variables_present(self):
def test_env_variables_present(self):
'''
Tests that True is returned when all the required environment variables
are present.
Expand Down

0 comments on commit 02a0937

Please sign in to comment.