Skip to content

Commit 4012986

Browse files
committed
apps/tests.yaml: Fix parsing failure due to missing LF at EOF.
Commit c930bfe (ASTERISK_30422) introduced a regression that broke the test suite by removing the new line at the end of tests/apps/tests.yaml. This restores that newline so that builds succeed again. ASTERISK-30452 #close Change-Id: I4a1dbf85450de84df88cd060b7c7052964458e56
1 parent e4c917a commit 4012986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/apps/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ tests:
3030
- test: 'read'
3131
- test: 'if'
3232
- test: 'signal'
33-
- test: 'senddtmf'
33+
- test: 'senddtmf'

0 commit comments

Comments
 (0)