mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-15 10:54:29 -05:00
d599b80b2a
Co-authored-by: malt3 <malt3@users.noreply.github.com>
15 lines
298 B
Python
15 lines
298 B
Python
load("//bazel/go:go_test.bzl", "go_test")
|
|
|
|
go_test(
|
|
name = "integration_test",
|
|
srcs = ["license_integration_test.go"],
|
|
tags = [
|
|
"integration",
|
|
"requires-network",
|
|
],
|
|
deps = [
|
|
"//internal/license",
|
|
"@com_github_stretchr_testify//assert",
|
|
],
|
|
)
|