Skip to content

Commit 052f768

Browse files
committed
test: add @allow_on_cloud decorator to VoteTests
1 parent 28169a8 commit 052f768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/resources/test_vote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from __future__ import annotations
22

3-
from tests.conftest import JiraTestCase
3+
from tests.conftest import JiraTestCase, allow_on_cloud
44

55

6+
@allow_on_cloud
67
class VoteTests(JiraTestCase):
78
def setUp(self):
89
JiraTestCase.setUp(self)

0 commit comments

Comments
 (0)