Skip to content

Commit

Permalink
Minor test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 18, 2020
1 parent 829354f commit 29aad82
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions test/integration/cloudauthz/test_cloudauthz.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""
You may run this test using the following command:
./run_tests.sh test/integration/cloudauthz/test_cloudauthz.py:DefineCloudAuthzTestCase.test_post_cloudauthz_without_authn -s
"""
Expand All @@ -9,18 +8,9 @@
from galaxy_test.driver import integration_util


class BaseCloudAuthzTestCase(integration_util.IntegrationTestCase):
class DefineCloudAuthzTestCase(integration_util.IntegrationTestCase):
framework_tool_and_types = True

def setUp(self):
super(BaseCloudAuthzTestCase, self).setUp()


class DefineCloudAuthzTestCase(BaseCloudAuthzTestCase):

def setUp(self):
super(DefineCloudAuthzTestCase, self).setUp()

def test_post_cloudauthz_without_authn(self):
"""
This test asserts if a cloudauthz object
Expand Down

0 comments on commit 29aad82

Please sign in to comment.