Rob
Rob
hey, the template is rendering the content as plain text, stripping the ` / ` elements. @snuggs ```html {ip} {port} {user} {pass} {alive} {speed} {website} const template = Template `proxies`...
When calling stubber.add_response with certain boto3 s3 client methods I have encountered "botocore.model.OperationNotFoundError". ``` python import unittest import boto3 from botocore.stub import Stubber def setup_s3_client(): return boto3.client('s3') MOCK_BUCKET_NAME = 'test-bucket'...
Syntax error. @ryanfitz