Skip to content

Commit a6bcc82

Browse files
committed
Removed send_message_batch from smoke test
1 parent 265d3a0 commit a6bcc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/python/smoke_test/notifications_smoke_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_notifications():
2323

2424
setup_mesh_inbox_test_data(environment, resource_group_name)
2525

26-
for job in ["smm", "cap", "smb", "smk"]:
26+
for job in ["smm", "cap", "smk"]:
2727
logging.info(
2828
"Starting notifications container app job manbrs-%s-%s", job, environment
2929
)

0 commit comments

Comments
 (0)