Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
1riatsila1 committed Dec 9, 2024
1 parent 4ea3eb2 commit e3958fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/mocked/resources/agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func Test_AgentResource_WithInvalidPcapMode_ShouldFail(t *testing.T) {
notes = "notes"
pcap_mode = "invalid_pcap_mode"
}`,
// ExpectError: regexp.MustCompile(`(?s)Attribute pcap_mode value must be one of: ["light" "full" "off"]`),
ExpectError: regexp.MustCompile(
`(?s)Attribute pcap_mode value must be one of: \["light" "full" "off"\], got:\s*"invalid_pcap_mode"`,
),
Expand Down
1 change: 0 additions & 1 deletion test/mocked/resources/sensor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func Test_SensorResource_WithInvalidPcapMode_ShouldFail(t *testing.T) {
notes = "notes"
pcap_mode = "invalid_pcap_mode"
}`,
// ExpectError: regexp.MustCompile(`(?s)Attribute pcap_mode value must be one of: ["light" "full" "off"]`),
ExpectError: regexp.MustCompile(
`(?s)Attribute pcap_mode value must be one of: \["light" "full" "off"\], got:\s*"invalid_pcap_mode"`,
),
Expand Down

0 comments on commit e3958fe

Please sign in to comment.