Skip to content

Commit

Permalink
test/e2e: Fix missing import in benchmark. (open-policy-agent#6632)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Conrad <philipaconrad@gmail.com>
  • Loading branch information
philipaconrad committed Mar 15, 2024
1 parent c779345 commit ebaec38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
"encoding/json"
"flag"
"fmt"
"io"
"os"
"strings"
"testing"
Expand Down

0 comments on commit ebaec38

Please sign in to comment.