Skip to content

Commit

Permalink
changed name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
sashakruglov committed Jan 15, 2013
1 parent f91c7bd commit 614d9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pinning_filters.py
Expand Up @@ -16,7 +16,7 @@ class TestPinningFilters(BaseTest):

@pytest.mark.moztrap(5935)
@pytest.mark.nondestructive
def test_that_pinned_product_version_is_defaulted_on_test_run_creation(self, mozwebqa_logged_in):
def test_that_pinning_filter_on_product_version_set_defaults_in_new_run(self, mozwebqa_logged_in):
product = self.create_product(mozwebqa_logged_in)
product_version = u'%s %s' % (product['name'], product['version']['name'])

Expand Down

0 comments on commit 614d9c3

Please sign in to comment.