fix edit_knob test
This commit is contained in:
parent
d581703375
commit
af2cab8b03
|
@ -218,6 +218,8 @@ class SessionViewsTests(TestCase):
|
||||||
'name': 'global.wal_writer_delay',
|
'name': 'global.wal_writer_delay',
|
||||||
'minval': '1',
|
'minval': '1',
|
||||||
'maxval': '1000',
|
'maxval': '1000',
|
||||||
|
'lowerbound': '1',
|
||||||
|
'upperbound': '1000',
|
||||||
'tunable': 'on'
|
'tunable': 'on'
|
||||||
}
|
}
|
||||||
response = self.client.post(form_addr, post_data, follow=True)
|
response = self.client.post(form_addr, post_data, follow=True)
|
||||||
|
|
Loading…
Reference in New Issue