From 17f98b00baea0f9195b20a5b1a400598f016ac0e Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Fri, 29 Jan 2016 04:02:08 +0000 Subject: [PATCH] website: Use better test annotation for routingrules tests. Signed-off-by: Robin H. Johnson --- s3tests/functional/test_s3_website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3tests/functional/test_s3_website.py b/s3tests/functional/test_s3_website.py index 9fb47ae..a70e426 100644 --- a/s3tests/functional/test_s3_website.py +++ b/s3tests/functional/test_s3_website.py @@ -1136,7 +1136,7 @@ def routing_check(*args, **kwargs): else: assert(False) -@attr('RoutingRules') +@attr('s3website_RoutingRules') @attr('s3website') @nose.with_setup(setup=check_can_test_website, teardown=common.teardown) def test_routing_generator():