load("@io_bazel_rules_go//go:def.bzl", "go_test") go_test( name = "ea_integration_test", srcs = ["ea_v1_integration_test.go"], tags = [ "integration", "needs-f2-refactor", ], visibility = ["//visibility:public"], deps = [ "//pkg/lib/fog", "//pkg/sds/emergencyaccess/cliservice", "//pkg/sds/emergencyaccess/eaconst", "//pkg/sds/emergencyaccess/msgdata", "//pkg/sds/emergencyaccess/msgsvc", "//test/f2", "//test/f2/x/pstest", "@com_github_stretchr_testify//assert", "@com_google_cloud_go_pubsub//:pubsub", ], )