From b5bfcfefe4082e50553b8f0b3a3c7fb1f90f6dbe Mon Sep 17 00:00:00 2001 From: Peter Lamut Date: Wed, 1 Sep 2021 13:11:59 +0200 Subject: [PATCH] test: fix routine DDL sample test exits too early --- samples/tests/test_routine_samples.py | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/tests/test_routine_samples.py b/samples/tests/test_routine_samples.py index 59ec1fae9..c1b0bb5a7 100644 --- a/samples/tests/test_routine_samples.py +++ b/samples/tests/test_routine_samples.py @@ -32,7 +32,6 @@ def test_create_routine_ddl(capsys, random_routine_id, client): out, err = capsys.readouterr() assert "Created routine {}".format(random_routine_id) in out - return routine assert routine.type_ == "SCALAR_FUNCTION" assert routine.language == "SQL" expected_arguments = [