|  | @@ -42,7 +42,6 @@ describe('Send Requests', () => {
 | 
											
												
													
														|  |      expect(axios).toHaveBeenCalledWith({
 |  |      expect(axios).toHaveBeenCalledWith({
 | 
											
												
													
														|  |        method,
 |  |        method,
 | 
											
												
													
														|  |        url: `${BASE_URL}${endpoint}`,
 |  |        url: `${BASE_URL}${endpoint}`,
 | 
											
												
													
														|  | -      data: null,
 |  | 
 | 
											
												
													
														|  |        params: null,
 |  |        params: null,
 | 
											
												
													
														|  |        headers: {
 |  |        headers: {
 | 
											
												
													
														|  |          Authorization: `Bearer ${difyClient.apiKey}`,
 |  |          Authorization: `Bearer ${difyClient.apiKey}`,
 |