Skip to content

Commit 3b8f068

Browse files
committed
Fixed static errors
1 parent 791b461 commit 3b8f068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature/gnsi/credentialz/tests/host_certificates/host_certificates_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ import (
2222
"time"
2323

2424
"github.com/google/go-cmp/cmp"
25-
"github.com/openconfig/ondatra/gnmi"
26-
2725
"github.com/openconfig/featureprofiles/internal/args"
26+
"github.com/openconfig/featureprofiles/internal/deviations"
2827
"github.com/openconfig/featureprofiles/internal/fptest"
2928
"github.com/openconfig/featureprofiles/internal/security/credz"
3029
"github.com/openconfig/ondatra"
30+
"github.com/openconfig/ondatra/gnmi"
3131
"golang.org/x/crypto/ssh"
3232
)
3333

0 commit comments

Comments
 (0)