Skip to content

Commit

Permalink
Fix extension class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Faraone committed Jul 21, 2021
1 parent 5351e7f commit 6dd65c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect_ext/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import string


class E2EExtension(Extension):
class EaasE2eAsyncmockExtension(Extension):

def get_response_by_var(self, status):
if status == 'succeeded':
Expand Down

0 comments on commit 6dd65c1

Please sign in to comment.