Skip to content

Commit cd3362f

Browse files
committed
Fix tests
1 parent 7936404 commit cd3362f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/test_hook_file_matches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ def get_hook_config(hookid):
138138
".gitlab-ci.yml",
139139
".gitlab/.gitlab-ci.yml",
140140
"gitlab/.gitlab-ci.yml",
141+
".gitlab-ci.yaml",
141142
),
142143
"bad": (
143-
".gitlab-ci.yaml",
144144
"gitlab-ci.yml",
145145
".gitlab/gitlab-ci.yml",
146146
"gitlab/gitlab-ci.yml",

0 commit comments

Comments
 (0)