From 0497bd4d91c7da35e1604265bef426b4c2f8d330 Mon Sep 17 00:00:00 2001 From: Artem Yevsiukov Date: Tue, 17 Oct 2023 13:48:55 +0300 Subject: [PATCH] fix test for `tcn` plugin Co-authored-by: Alex Lutay <1928266+taurus-forever@users.noreply.github.com> --- tests/integration/test_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_plugins.py b/tests/integration/test_plugins.py index 57257091d7..4998c5e120 100644 --- a/tests/integration/test_plugins.py +++ b/tests/integration/test_plugins.py @@ -178,7 +178,7 @@ async def test_plugins(ops_test: OpsTest) -> None: # Test tcn extension disabled. with pytest.raises(psycopg2.Error): - connection.cursor().execute(TABLEFUNC_EXTENSION_STATEMENT) + connection.cursor().execute(TCN_EXTENSION_STATEMENT) # Test tsm_system_rows extension disabled. with pytest.raises(psycopg2.Error):