We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b833e commit be768d2Copy full SHA for be768d2
registry/nacos/nacoshertz/v2/nacos_test.go
@@ -419,6 +419,7 @@ func TestCompareMaps(t *testing.T) {
419
420
// TestHertzAppWithNacosRegistry test a client call a hertz app with NacosRegistry
421
func TestHertzAppWithNacosRegistry(t *testing.T) {
422
+ namingClient = getNamingClient()
423
register := NewNacosRegistry(namingClient)
424
address := "127.0.0.1:4576"
425
srvName := "d.h.t"
0 commit comments