We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f2aa8 commit 70d26bbCopy full SHA for 70d26bb
internal/plugins/linux/sshd_config_test.go
@@ -20,7 +20,7 @@ type SshdConfigSuite struct{}
20
21
var _ = check.Suite(&SshdConfigSuite{})
22
23
-func (self *SshdConfigSuite) TestParseSshdConfig(c *check.C) {
+func (s *SshdConfigSuite) TestParseSshdConfig(c *check.C) {
24
testInputs := map[string]struct {
25
configText string
26
expectedConfig map[string]string
0 commit comments