Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Apr 12, 2024
1 parent a90e10c commit fa49ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross_language_tests/aes_cross_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var (
aesRB = "./aes.rb"
)

// #nosec G306 -- Need readable files
func TestAesRuby(t *testing.T) {
t.Parallel()

Expand All @@ -49,7 +50,6 @@ func TestAesRuby(t *testing.T) {
dir := t.TempDir()
testfile := path.Join(dir, "testcase.msgpack")

// #nosec G306 -- Need readable files
t.Run("setup", func(t *testing.T) {
if tt.Key == nil {
tt.Key = mkrand(t, 32)
Expand Down

0 comments on commit fa49ed4

Please sign in to comment.