mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-29 16:53:30 -05:00
14 lines
328 B
Python
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",
|
|
],
|
|
)
|