mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-15 19:04:23 -05:00
14 lines
275 B
Python
14 lines
275 B
Python
|
load("//bazel/go:go_test.bzl", "go_test")
|
||
|
|
||
|
go_test(
|
||
|
name = "integration_test",
|
||
|
srcs = ["license_integration_test.go"],
|
||
|
tags = [
|
||
|
"requires-network",
|
||
|
],
|
||
|
deps = [
|
||
|
"//internal/license",
|
||
|
"@com_github_stretchr_testify//assert",
|
||
|
],
|
||
|
)
|