Skip to content

Commit

Permalink
#49 Re-enabled the test, but only for ITDE
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Aug 27, 2024
1 parent b6235ba commit 5d24cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest-slc/test/integration/pytest_slc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def assert_udf_running(conn: pyexasol.ExaConnection):
'RETURNS BOOLEAN AS '
'def run(ctx): '
'return True '
'/'
'\n/'
)
conn.execute(udf_create_sql)
result = conn.execute(f'SELECT "{{schema}}"."{{udf_name}}"()').fetchall()
Expand Down

0 comments on commit 5d24cd5

Please sign in to comment.