Skip to content

Commit

Permalink
Renamed new test to reflect the new variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
wbadart committed Apr 27, 2020
1 parent 8657838 commit 0e349d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def test_run_with_user_global_config_file(self):
cli.run((os.path.join(self.wd, 'a.yaml'), ))
self.assertEqual(ctx.returncode, 1)

def test_run_with_user_yamllintrc_config_file(self):
def test_run_with_user_yamllint_config_file_in_env(self):
self.addCleanup(os.environ.__delitem__, 'YAMLLINT_CONFIG_FILE')

with tempfile.NamedTemporaryFile('w') as f:
Expand Down

0 comments on commit 0e349d1

Please sign in to comment.