Correct the url for the memory stats in the router test We were missing the debug=1 argument on the memory stats, so were getting them in a binary format. With the flag added we pass tests properly. Fixes https://github.com/openshift/origin/issues/15356 (commit: 9f6702a)