Skip to content

Commit 580a5ab

Browse files
fwump38seratch
authored andcommitted
Removed unnecessary test
1 parent 0d25aea commit 580a5ab

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/web/classes/test_views.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -401,21 +401,6 @@ def test_home_tab_construction(self):
401401
)
402402
home_tab_view.validate_json()
403403

404-
def test_input_blocks_in_home_tab(self):
405-
modal_view = View(
406-
type="home",
407-
callback_id="home-tab-id",
408-
blocks=[
409-
InputBlock(
410-
block_id="b-id",
411-
label=PlainTextObject(text="Input label"),
412-
element=PlainTextInputElement(action_id="a-id")
413-
),
414-
]
415-
)
416-
with self.assertRaises(SlackObjectFormationError):
417-
modal_view.validate_json()
418-
419404
def test_submit_in_home_tab(self):
420405
modal_view = View(
421406
type="home",

0 commit comments

Comments
 (0)