Skip to content

Commit

Permalink
Update tests/tests.py
Browse files Browse the repository at this point in the history
refactor: remove redundant check to skip cloud-run test

Co-authored-by: Adel Haddad <26027314+adehad@users.noreply.github.com>
  • Loading branch information
codectl and adehad authored Aug 23, 2022
1 parent 830addc commit f9d0067
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ def test_fields(self):
class MyPermissionsServerTests(JiraTestCase):
def setUp(self):
super().setUp()
if self.jira._is_cloud:
self.skipTest("server only test class")
self.issue_1 = self.test_manager.project_b_issue1

def test_my_permissions(self):
Expand Down

0 comments on commit f9d0067

Please sign in to comment.