Skip to content

Commit a9a4b83

Browse files
authored
Update pmm-framework.py (#90)
fix editor automatic changes, to avoid running tests and create more services
1 parent c8d056a commit a9a4b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmm_qa/pmm-framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ def setup_ssl_psmdb(db_type, db_version=None, db_config=None, args=None):
644644
'PMM_CLIENT_VERSION': get_value('CLIENT_VERSION', db_type, args, db_config),
645645
'COMPOSE_PROFILES': get_value('COMPOSE_PROFILES', db_type, args, db_config),
646646
'MONGO_SETUP_TYPE': get_value('SETUP_TYPE', db_type, args, db_config),
647-
'`TESTS`': 'no',
647+
'TESTS': 'no',
648648
'CLEANUP': 'no'
649649
}
650650

0 commit comments

Comments
 (0)