mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +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
|
||||
from firebird.qa import *
|
||||
|
||||
REQUIRED_ALIAS = 'tmp_gh_8062_alias'
|
||||
REQUIRED_ALIAS = 'tmp_gh_8253_alias'
|
||||
|
||||
db = db_factory()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user