Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah-Kolide committed Jul 31, 2024
1 parent ad012a1 commit 3984ca8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ee/tables/execparsers/socketfilterfw/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ func TestParse(t *testing.T) {
expected []map[string]string
}{
{
name: "apps",
name: "apps",
input: apps,
expected: []map[string]string{
{
"name": "replicatord",
"name": "replicatord",
"allow_incoming_connections": "1",
},
{
"name": "Pop Helper.app",
"name": "Pop Helper.app",
"allow_incoming_connections": "0",
},
{
"name": "Google Chrome",
"name": "Google Chrome",
"allow_incoming_connections": "0",
},
{
"name": "rtadvd",
"name": "rtadvd",
"allow_incoming_connections": "1",
},
{
"name": "com.docker.backend",
"name": "com.docker.backend",
"allow_incoming_connections": "1",
},
{
"name": "sshd-keygen-wrapper",
"name": "sshd-keygen-wrapper",
"allow_incoming_connections": "1",
},
},
Expand Down

0 comments on commit 3984ca8

Please sign in to comment.