mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 21:43:06 +01:00
Added/Updated tests\bugs\gh_8253_test.py: minor change: wrong alias name was in use, changed to correct.
This commit is contained in:
parent
9d34fda531
commit
7f28961f1b
@ -30,7 +30,7 @@ from pathlib import Path
|
|||||||
import pytest
|
import pytest
|
||||||
from firebird.qa import *
|
from firebird.qa import *
|
||||||
|
|
||||||
REQUIRED_ALIAS = 'tmp_gh_8062_alias'
|
REQUIRED_ALIAS = 'tmp_gh_8253_alias'
|
||||||
|
|
||||||
db = db_factory()
|
db = db_factory()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user