Skip to content

Commit

Permalink
fixing some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktate committed Dec 5, 2024
1 parent 0d932f2 commit 350e8ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/services/role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ func TestRoleParse(t *testing.T) {
Options: types.RoleOptions{
CertificateFormat: constants.CertificateFormatStandard,
MaxSessionTTL: types.NewDuration(apidefaults.MaxCertDuration),
PortForwarding: types.NewBoolOption(true),
RecordSession: &types.RecordSession{
Default: constants.SessionRecordingModeBestEffort,
Desktop: types.NewBoolOption(true),
Expand Down Expand Up @@ -321,7 +320,6 @@ func TestRoleParse(t *testing.T) {
Options: types.RoleOptions{
CertificateFormat: constants.CertificateFormatStandard,
MaxSessionTTL: types.NewDuration(apidefaults.MaxCertDuration),
PortForwarding: types.NewBoolOption(true),
RecordSession: &types.RecordSession{
Default: constants.SessionRecordingModeBestEffort,
Desktop: types.NewBoolOption(true),
Expand Down

0 comments on commit 350e8ed

Please sign in to comment.