fix edit_knob test

This commit is contained in:
yangdsh 2020-03-10 15:50:33 +00:00 committed by Dana Van Aken
parent d581703375
commit af2cab8b03
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@ class SessionViewsTests(TestCase):
'name': 'global.wal_writer_delay',
'minval': '1',
'maxval': '1000',
'lowerbound': '1',
'upperbound': '1000',
'tunable': 'on'
}
response = self.client.post(form_addr, post_data, follow=True)