We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a1592 commit 41090b0Copy full SHA for 41090b0
1 file changed
rootfs/api/tests/test_config.py
@@ -38,7 +38,7 @@ def setUp(self):
38
39
def tearDown(self):
40
# Restore default tags to empty string
41
- settings.DEIS_DEFAULT_CONIFG_TAGS = ''
+ settings.DEIS_DEFAULT_CONFIG_TAGS = ''
42
# make sure every test has a clean slate for k8s mocking
43
cache.clear()
44
0 commit comments