Skip to content

Commit

Permalink
Update base_adjacencies_test.go (openconfig#3835)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrNJ authored Feb 20, 2025
1 parent 813b40e commit 1c021b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ func TestAuthentication(t *testing.T) {
ts := isissession.MustNew(t).WithISIS()
ts.ConfigISIS(func(isis *oc.NetworkInstance_Protocol_Isis) {
level := isis.GetOrCreateLevel(2)
level.Enabled = ygot.Bool(true)
auth := level.GetOrCreateAuthentication()
auth.Enabled = ygot.Bool(true)
auth.AuthMode = tc.mode
Expand Down

0 comments on commit 1c021b6

Please sign in to comment.