Skip to content

Commit 9b53044

Browse files
committed
missed one
1 parent d02ef99 commit 9b53044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

enterprise/cli/organizationsettings_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,6 @@ func TestUpdateRoleSync(t *testing.T) {
112112
inv.Stdout = buf
113113
err = inv.WithContext(ctx).Run()
114114
require.NoError(t, err)
115-
require.JSONE
115+
require.JSONEq(t, string(expectedData), buf.String())
116+
})
117+
}

0 commit comments

Comments
 (0)