Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgoce committed Jan 16, 2018
1 parent f9dcf35 commit 759bec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aeat/rest_framework/serializers.py
Expand Up @@ -91,7 +91,7 @@ def get_class_for_aeat_response(data):

return {
f'{ens}IE328V4Sal.xsd': ENSSerializer,
f'{exs}IE304V4Sal.xsd': ENSSerializer,
f'{ens}IE304V4Sal.xsd': ENSSerializer,
f'{ens}IE316V4Sal.xsd': ENSFunctionalErrorSerializer,
f'{exs}IE628V1Sal.xsd': EXSSerializer,
}.get(xsd, UnknownResponseSerializer)

0 comments on commit 759bec3

Please sign in to comment.