bneradt commented on a change in pull request #7070:
URL: https://github.com/apache/trafficserver/pull/7070#discussion_r463709144
##########
File path: tests/gold_tests/basic/deny0.test.py
##########
@@ -33,16 +33,11 @@
ts = Test.MakeATSProcess("ts", enable_cache=False)
ts.Disk.records_config.update({
- 'proxy.config.diags.debug.enabled': 1
- ,'proxy.config.diags.debug.tags': 'http|dns|redirect'
- ,'proxy.config.http.redirection_enabled': 1
- ,'proxy.config.http.number_of_redirections': 1
- ,'proxy.config.dns.nameservers': '127.0.0.1:{0}'.format(dns.Variables.Port)
- ,'proxy.config.dns.resolv_conf': 'NULL'
- ,'proxy.config.url_remap.remap_required': 0 # need this so the domain
gets a chance to be evaluated through DNS
+ # need this so the domain gets a chance to be evaluated through DNS
+ 'proxy.config.diags.debug.enabled': 1, 'proxy.config.diags.debug.tags':
'http|dns|redirect', 'proxy.config.http.redirection_enabled': 1,
'proxy.config.http.number_of_redirections': 1, 'proxy.config.dns.nameservers':
'127.0.0.1:{0}'.format(dns.Variables.Port), 'proxy.config.dns.resolv_conf':
'NULL', 'proxy.config.url_remap.remap_required': 0
Review comment:
OK, it looks like the initial ', ' format was throwing off autopep8. I
fixed things here and in doc/conf.py.
Thanks for noticing this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]