From ffccb23c7432161fdf35688ae591c7bd18668695 Mon Sep 17 00:00:00 2001 From: Kausik Date: Wed, 7 Sep 2022 12:33:11 -0700 Subject: [PATCH] Reverting changes to python expected trace template (#291) * Revert "Correction to the python trace template (#287)" This reverts commit 71a100efa7d9d30c3d715960d7cede55741c5c85. * Revert "Update Python Trace template for the validations (#286)" This reverts commit d7477e036f1080ef8be5acf688b6496ce40e579a. --- adot/utils/expected-templates/python-aws-sdk-wrapper.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/adot/utils/expected-templates/python-aws-sdk-wrapper.json b/adot/utils/expected-templates/python-aws-sdk-wrapper.json index 2dc7d1475..43fc22f0a 100644 --- a/adot/utils/expected-templates/python-aws-sdk-wrapper.json +++ b/adot/utils/expected-templates/python-aws-sdk-wrapper.json @@ -23,9 +23,6 @@ } ] }, - { - "name":"HTTP GET" - }, { "name":"HTTP GET", "inferred":true, @@ -44,4 +41,4 @@ "operation":"ListBuckets" } } -] +] \ No newline at end of file