Skip to content

Commit

Permalink
pr fix: Remove WriteAccess from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
thp-canonical committed Feb 14, 2024
1 parent 06daf05 commit 42cbc15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internals/daemon/daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func (s *daemonSuite) TestAddCommand(c *C) {
command := Command{
Path: endpoint,

Check failure on line 177 in internals/daemon/daemon_test.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default -s Prefix(github.com/canonical/pebble) (gci)
ReadAccess: openAccess{},
WriteAccess: openAccess{},
GET: getCallback,
}
API = append(API, &command)
Expand Down

0 comments on commit 42cbc15

Please sign in to comment.