load("//bazel/go:go_test.bzl", "go_test") go_test( name = "test_test", srcs = ["integration_test.go"], deps = [ "//internal/api/attestationconfigapi", "//internal/logger", "//internal/staticupload", "@com_github_stretchr_testify//require", "@org_uber_go_zap//:zap", ], )