mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 12:30:49 +08:00 
			
		
		
		
	fixed failing test where i had the logic wrong in the first place
This commit is contained in:
		@@ -100,7 +100,7 @@ namespace Ocelot.UnitTests.Configuration
 | 
			
		||||
                    new YamlReRoute
 | 
			
		||||
                    {
 | 
			
		||||
                        DownstreamTemplate = "http://www.bbc.co.uk",
 | 
			
		||||
                        UpstreamTemplate = "http://lol.com"
 | 
			
		||||
                        UpstreamTemplate = "http://asdf.com"
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user