diff --git a/feature/system/tests/system_base_test/banner_test.go b/feature/system/tests/system_base_test/banner_test.go index 4dc9afd9c86..04a0102d916 100644 --- a/feature/system/tests/system_base_test/banner_test.go +++ b/feature/system/tests/system_base_test/banner_test.go @@ -17,10 +17,10 @@ package system_base_test import ( - "testing" - "strings" "github.com/openconfig/ondatra" "github.com/openconfig/ondatra/gnmi" + "strings" + "testing" ) // TestMotdBanner verifies that the MOTD configuration paths can be read,