Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_sqcmds.py: Update reading JSON to handle '/'
NXOS in its LLDP description uses a URL without escaping the "/" character which causes pd.read_json() to fail in mysterious ways. This patch addresses the issue by escaping the forward slash in the expected test output before passing it to read_json().
- Loading branch information