Changed default NATS address to nats://127.0.0.1:4222 in nats test
This commit is contained in:
		| @@ -38,7 +38,7 @@ var addrTestCases = []struct { | |||||||
| 		"default", | 		"default", | ||||||
| 		"check if default Address is set correctly", | 		"check if default Address is set correctly", | ||||||
| 		map[string]string{ | 		map[string]string{ | ||||||
| 			"nats://localhost:4222": "", | 			"nats://127.0.0.1:4222": "", | ||||||
| 		}, | 		}, | ||||||
| 	}, | 	}, | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user