Skip to content

Commit 1493c7d

Browse files
Update github/repos_rules_test.go
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
1 parent 5775ee8 commit 1493c7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

github/repos_rules_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ func TestRepositoriesService_UpdateRuleset_OmitZero_EmptySlice(t *testing.T) {
109109
mux.HandleFunc("/repos/o/repo/rulesets/42", func(w http.ResponseWriter, r *http.Request) {
110110
testMethod(t, r, "PUT")
111111

112-
// FIXED: Added "source":"" to match the actual JSON output
113112
testBody(t, r, `{"name":"ruleset","source":"","enforcement":"active","bypass_actors":[]}`+"\n")
114113

115114
fmt.Fprint(w, `{

0 commit comments

Comments
 (0)