Skip to content

Commit 6eaac76

Browse files
committed
fix test
1 parent 1b37a13 commit 6eaac76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pulsaradmin/pkg/admin/brokers_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ func TestUpdateDynamicConfigurationWithCustomURL(t *testing.T) {
101101
readFile, err := os.ReadFile("../../../integration-tests/tokens/admin-token")
102102
assert.NoError(t, err)
103103
cfg := &config.Config{
104-
Token: string(readFile),
104+
WebServiceURL: "http://localhost:8080/",
105+
Token: string(readFile),
105106
}
106107

107108
authProvider, err := auth.GetAuthProvider(cfg)

0 commit comments

Comments
 (0)