Closed SamuelMarks closed 4 years ago
Looks like the problem is here: https://github.com/offscale/nginxctl/blob/master/nginxctl/tests/test_parser.py#L55-L58 the argument is not updated in Py 2.7.
The assertion
above is always passing:
https://github.com/offscale/nginxctl/blob/master/nginxctl/tests/test_parser.py#L49-L51
so crossplane
parsing was correct in all Python versions.
Also, Python 2.7 reached its EOL on January 1st, 2020.
Describe the bug
https://github.com/offscale/nginxctl/runs/551701801 as you can see I was playing around with different commits to try and solve the unicode inconsistencies, but on second glance there is an actual problem here with
localhost
not being replaced withexample.com
:\