6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\functional\procedure\create\test_02.py: minor change: aded forgotten substitution

This commit is contained in:
pavel-zotov 2023-09-30 11:20:34 +03:00
parent 0e345c8698
commit 2f563be3e9

View File

@ -15,7 +15,7 @@ import pytest
from firebird.qa import *
db = db_factory(charset = 'win1250')
act = python_act('db') #, substitutions = [ ('=', ''), ('[ \t]+', ' ') ])
act = python_act('db', substitutions = [ ('=', ''), ('[ \t]+', ' ') ])
@pytest.mark.version('>=3')
def test_1(act: Action):