Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit e3b26d8

Browse files
plamuttseavertswast
authored
test: fix routine DDL sample test exits too early (#932)
Co-authored-by: Tres Seaver <[email protected]> Co-authored-by: Tim Swast <[email protected]>
1 parent 503d360 commit e3b26d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

samples/tests/test_routine_samples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_create_routine_ddl(capsys, random_routine_id, client):
3232
out, err = capsys.readouterr()
3333

3434
assert "Created routine {}".format(random_routine_id) in out
35-
return routine
3635
assert routine.type_ == "SCALAR_FUNCTION"
3736
assert routine.language == "SQL"
3837
expected_arguments = [

0 commit comments

Comments
 (0)