From 0e349d1fdc63a0473d033ab4ed9a078bb202ca28 Mon Sep 17 00:00:00 2001 From: Will Badart Date: Mon, 27 Apr 2020 09:44:01 -0700 Subject: [PATCH] Renamed new test to reflect the new variable name --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index ebbc293..1d28908 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -286,7 +286,7 @@ class CommandLineTestCase(unittest.TestCase): 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: