summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlafleche.jonathan <arrow.69@gmail.com>2015-02-24 18:03:11 -0800
committerlafleche.jonathan <arrow.69@gmail.com>2015-02-24 18:03:11 -0800
commit2abcaed8b237838ccd8ece02150f172314d326bd (patch)
tree0255c0b241e7e7b7d3e72296f92bdc210a993547 /tests
parent4306729912b2e5fac23e33a1d4605666dd54e03f (diff)
downloadboto-2abcaed8b237838ccd8ece02150f172314d326bd.tar.gz
whitespace
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/swf/test_layer2_domain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/swf/test_layer2_domain.py b/tests/unit/swf/test_layer2_domain.py
index 4ad9ae35..43efc8a2 100644
--- a/tests/unit/swf/test_layer2_domain.py
+++ b/tests/unit/swf/test_layer2_domain.py
@@ -11,7 +11,7 @@ class TestDomain(unittest.TestCase):
self.domain = Domain(name='test-domain', description='My test domain')
self.domain.aws_access_key_id = 'inheritable access key'
self.domain.aws_secret_access_key = 'inheritable secret key'
- self.domain.region = 'test-region'
+ self.domain.region = 'test-region'
def test_domain_instantiation(self):
self.assertEquals('test-domain', self.domain.name)