load("@io_bazel_rules_go//go:def.bzl", "go_test") go_test( name = "integration_test", srcs = [ "integration_test.go", "oi_service_int_test.go", ], tags = ["integration"], visibility = ["//visibility:public"], deps = [ "//pkg/edge/api/graph/model", "//pkg/edge/api/services", "//pkg/edge/api/sql/plugin", "//test/f2", "//test/f2/x/postgres", "@com_github_stretchr_testify//assert", ], )