We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904a818 commit f205c66Copy full SHA for f205c66
1 file changed
.github/tests/test/script_test.rb
@@ -12,8 +12,8 @@ def setup
12
13
def test_deny_merge_tmp
14
actual = @obj.rules_required_pull_request_reviews('tmp')
15
- puts @obj.get_branch_ruleset('main').parameters
16
- puts @obj.get_branch_ruleset('tmp').patameters
+ puts @obj.get_branch_ruleset('main')
+ puts @obj.get_branch_ruleset('tmp')
17
assert_not_nil(actual, 'We should not allow merge to main branch without PR')
18
end
19
0 commit comments