summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-06-13 11:18:05 +0200
committerlouiz’ <louiz@louiz.org>2017-06-14 00:19:15 +0200
commit369ccb037619871403b14c959bbb359332133810 (patch)
tree559d64437c302c306aade66486fac33ef6320d2a /tests
parent50cadf3dac0d56ef8181d1800cc30f8dcb749141 (diff)
downloadbiboumi-369ccb037619871403b14c959bbb359332133810.tar.gz
biboumi-369ccb037619871403b14c959bbb359332133810.tar.bz2
biboumi-369ccb037619871403b14c959bbb359332133810.tar.xz
biboumi-369ccb037619871403b14c959bbb359332133810.zip
Add default values for the database columns
Diffstat (limited to 'tests')
-rw-r--r--tests/end_to_end/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py
index f9e04a8..8f108ee 100644
--- a/tests/end_to_end/__main__.py
+++ b/tests/end_to_end/__main__.py
@@ -2417,7 +2417,7 @@ if __name__ == '__main__':
"/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='username']",
"/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='realname']",
"/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='encoding_in']",
- "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='encoding_out']/dataform:value[text()='ISO-8859-1']",
+ "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='encoding_out']",
"/iq/commands:command/commands:actions/commands:next",
),
after = partial(save_value, "sessionid", partial(extract_attribute, "/iq[@type='result']/commands:command[@node='configure']", "sessionid"))