Fix job table parsing (#8070)

This commit is contained in:
Edward Oakes
2020-04-20 12:56:43 -05:00
committed by GitHub
parent 77655749fb
commit 793e616a2d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ def test_global_state_api(shutdown_only):
assert len(job_table) == 1
assert job_table[0]["JobID"] == job_id.hex()
assert job_table[0]["NodeManagerAddress"] == node_ip_address
assert job_table[0]["DriverIPAddress"] == node_ip_address
# TODO(rkn): Pytest actually has tools for capturing stdout and stderr, so we