Skip to content

Commit 41090b0

Browse files
author
v-reyder
committed
Fix tests
1 parent 50a1592 commit 41090b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/api/tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def setUp(self):
3838

3939
def tearDown(self):
4040
# Restore default tags to empty string
41-
settings.DEIS_DEFAULT_CONIFG_TAGS = ''
41+
settings.DEIS_DEFAULT_CONFIG_TAGS = ''
4242
# make sure every test has a clean slate for k8s mocking
4343
cache.clear()
4444

0 commit comments

Comments
 (0)