mirror of
				https://github.com/rqlite/rqlite.git
				synced 2022-10-30 02:37:32 +03:00 
			
		
		
		
	Update client_test.go
This commit is contained in:
		@@ -176,6 +176,7 @@ func Test_ClientRegisterFollowerOK(t *testing.T) {
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Test_ClientRegisterFollowerMultiOK tests how the client responds to getting a list of nodes it can join.
 | 
			
		||||
func Test_ClientRegisterFollowerMultiOK(t *testing.T) {
 | 
			
		||||
	ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
 | 
			
		||||
		if r.Method != "POST" {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user