Skip to content

Commit

Permalink
fix: Broken formatting string
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed Oct 27, 2024
1 parent f8df271 commit 8039818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/capture_keylog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestCaptureKeyLog(t *testing.T) {
require.NoError(t, err, "Failed to add link")

_, err = client.Run("curl", "--http2", "--silent", "--insecure", "--connect-timeout", 5, "https://server")
require.NoError(t, err, "cURL Request failed: %s")
require.NoError(t, err, "cURL Request failed: %s", err)

// Wait until all traffic propagates through PCAP
time.Sleep(time.Second)
Expand Down

0 comments on commit 8039818

Please sign in to comment.