From e74f3fc1bfc91c798d5807e5f7077fa128fff2b7 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 6 Feb 2021 14:14:36 -0500 Subject: [PATCH] Update testing.rst --- docs/testing.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/testing.rst b/docs/testing.rst index f1e1f46..65b6f64 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -152,6 +152,3 @@ To use pytest define a simple fixture using the query helper below content = json.loads(response.content) assert 'errors' not in content - - -Running Transaction \ No newline at end of file