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 de8067a commit 2dcbcc9Copy full SHA for 2dcbcc9
examples/using-publisher/main_test.go
@@ -27,8 +27,6 @@ func TestMain(m *testing.M) {
27
}
28
29
func TestExamplePublisherError(t *testing.T) {
30
- t.Setenv("PUBSUB_BROKER", "localhost:1012")
31
-
32
configs := testutil.NewServerConfigs(t)
33
host := fmt.Sprint("http://localhost:", configs.HTTPPort)
34
examples/using-subscriber/main_test.go
@@ -21,8 +21,6 @@ func TestMain(m *testing.M) {
21
22
23
func TestMainInitialization(t *testing.T) {
24
25
26
log := testutil.StdoutOutputForFunc(func() {
go main()
0 commit comments