Skip to content

Commit ff2b255

Browse files
Merge pull request #6 from Practical-DevOps-GitHub/online-marathon-patch-1
Update script_test.rb
2 parents c4a8661 + 9baa3bd commit ff2b255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/tests/test/script_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def setup
1212

1313
def test_deny_merge_tmp
1414
actual = @obj.rules_required_pull_request_reviews('tmp')
15-
@obj.get_all_ruleset_details()
15+
@obj.get_all_ruleset_details
1616
assert_not_nil(actual, 'We should not allow merge to main branch without PR')
1717
end
1818

0 commit comments

Comments
 (0)