diff --git a/ingestion/tests/cli_e2e/test_cli_oracle.py b/ingestion/tests/cli_e2e/test_cli_oracle.py index 5589a0081d0..b89cb599c2f 100644 --- a/ingestion/tests/cli_e2e/test_cli_oracle.py +++ b/ingestion/tests/cli_e2e/test_cli_oracle.py @@ -82,7 +82,7 @@ SELECT * from names @staticmethod def expected_tables() -> int: - return 14 + return 13 def inserted_rows_count(self) -> int: # For the admin_emp table