We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65341e1 commit 09c12d8Copy full SHA for 09c12d8
main_test.go
@@ -518,7 +518,7 @@ func TestHandleAutoApprovers(t *testing.T) {
518
}
519
520
521
-func TestEmptyHosts(t *testing.T) {
+func TestEmptyParentObject(t *testing.T) {
522
parent, err := jwcc.Parse(strings.NewReader(`{"hosts":{}}`))
523
if err != nil {
524
t.Fatalf("expected no error, got [%v]", err)
@@ -553,7 +553,7 @@ func TestEmptyHosts(t *testing.T) {
553
554
555
556
-func TestEmptyAcls(t *testing.T) {
+func TestEmptyParentArray(t *testing.T) {
557
parent, err := jwcc.Parse(strings.NewReader(`{"acls":[]}`))
558
559
0 commit comments