Skip to content

Commit

Permalink
fix test for tcn plugin
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Lutay <[email protected]>
  • Loading branch information
TakoB222 and taurus-forever authored Oct 17, 2023
1 parent a6b2d07 commit 0497bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0497bd4

Please sign in to comment.