fixup! [GITEA] Enable mocked HTTP responses for GitLab migration test (squash)
This commit is contained in:
		
							parent
							
								
									17f52b1c90
								
							
						
					
					
						commit
						e74e262030
					
				
					 16 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ func NewMockWebServer(t *testing.T, liveServerBaseURL, testDataDir string, liveM
 | 
			
		|||
		path := NormalizedFullPath(r.URL)
 | 
			
		||||
		log.Info("Mock HTTP Server: got request for path %s", r.URL.Path)
 | 
			
		||||
		// TODO check request method (support POST?)
 | 
			
		||||
		fixturePath := fmt.Sprintf("%s/%s", testDataDir, strings.ReplaceAll(path, "/", "_"))
 | 
			
		||||
		fixturePath := fmt.Sprintf("%s/%s", testDataDir, strings.NewReplacer("/", "_", "?", "!").Replace(path))
 | 
			
		||||
		if liveMode {
 | 
			
		||||
			liveURL := fmt.Sprintf("%s%s", liveServerBaseURL, path)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue