Update pkg/util/teams/teams_test.go
This commit is contained in:
		
							parent
							
								
									b5b6f41692
								
							
						
					
					
						commit
						b24731c0dd
					
				|  | @ -162,9 +162,7 @@ func TestInfo(t *testing.T) { | |||
| 				if r.Header.Get("Authorization") != "Bearer "+token { | ||||
| 					t.Errorf("authorization token is wrong or not provided") | ||||
| 				} | ||||
| 				if tc.inTeam == "acid" { | ||||
| 					w.WriteHeader(tc.inCode) | ||||
| 				} | ||||
| 				w.WriteHeader(tc.inCode) | ||||
| 				if _, err := fmt.Fprint(w, tc.in); err != nil { | ||||
| 					t.Errorf("error writing teams api response %v", err) | ||||
| 				} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue