website: Use better test annotation for routingrules tests.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2016-01-29 04:02:08 +00:00 committed by Robin H. Johnson
parent 9efbe4ef81
commit 17f98b00ba

View file

@ -1136,7 +1136,7 @@ def routing_check(*args, **kwargs):
else: else:
assert(False) assert(False)
@attr('RoutingRules') @attr('s3website_RoutingRules')
@attr('s3website') @attr('s3website')
@nose.with_setup(setup=check_can_test_website, teardown=common.teardown) @nose.with_setup(setup=check_can_test_website, teardown=common.teardown)
def test_routing_generator(): def test_routing_generator():