From 97edb260b75e991f03ab28bbe3aa339d590b5385 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 21 Jun 2022 08:12:08 +0200 Subject: [PATCH] drop pdbs --- tests/test_render_2_0.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_render_2_0.py b/tests/test_render_2_0.py index 4449cde5..94aa9d7f 100644 --- a/tests/test_render_2_0.py +++ b/tests/test_render_2_0.py @@ -1339,7 +1339,6 @@ def test_export_devices_lots(user3: UserClientFlask): assert status == '200 OK' export_csv = [line.split(";") for line in body.split("\n")] - # import pdb; pdb.set_trace() with Path(__file__).parent.joinpath('files').joinpath( 'devices_lots.csv'