We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c734c commit c757878Copy full SHA for c757878
dd-java-agent/instrumentation/google-pubsub/src/test/groovy/PubSubTest.groovy
@@ -95,7 +95,7 @@ abstract class PubSubTest extends VersionedNamingTestBase {
95
}
96
97
def setupSpec() {
98
- emulator = new PubSubEmulatorContainer(DockerImageName.parse("gcr.io/google.com/cloudsdktool/cloud-sdk:emulators"))
+ emulator = new PubSubEmulatorContainer(DockerImageName.parse("gcr.io/google.com/cloudsdktool/cloud-sdk:495.0.0-emulators"))
99
emulator.start()
100
channel = ManagedChannelBuilder.forTarget(emulator.getEmulatorEndpoint()).usePlaintext().build()
101
transportChannelProvider = FixedTransportChannelProvider.create(GrpcTransportChannel.create(channel))
0 commit comments