load("@io_bazel_rules_go//go:def.bzl", "go_test") go_test( name = "integration_test", srcs = ["retriever_test.go"], tags = ["integration"], visibility = ["//visibility:public"], deps = [ "//pkg/sds/emergencyaccess/retriever", "//test/f2", "//test/f2/x/postgres", "@com_github_stretchr_testify//require", ], )