6
0
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:
pavel-zotov 2024-09-24 07:43:42 +03:00
parent 9d34fda531
commit 7f28961f1b

View File

@ -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()