diff --git a/moto/ec2/models.py b/moto/ec2/models.py index 7ee4b3c14..a80dd3cfc 100644 --- a/moto/ec2/models.py +++ b/moto/ec2/models.py @@ -889,7 +889,7 @@ class Subnet(TaggedEC2Instance): else: msg = "The filter '{0}' for DescribeSubnets has not been" \ " implemented in Moto yet. Feel free to open an issue at" \ - " https://github.com/spulec/moto/issues" + " https://github.com/spulec/moto/issues".format(filter_name) raise NotImplementedError(msg)