Skip to content

Commit dfc0a60

Browse files
committed
fix test script
1 parent 425f3f2 commit dfc0a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_scripts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from subprocess import run
22

3-
run(['gitlab-release-notes', '14117', '--url', 'https://gitlab.in2p3.fr'])
3+
def test_generate_release_notes():
4+
run(['gitlab-release-notes', '14117', '--url', 'https://gitlab.in2p3.fr'])
45

0 commit comments

Comments
 (0)