2023-08-17 10:46:45 +02:00

14 lines
328 B
Python

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",
],
)