Skip to content

Commit 54ae474

Browse files
committed
testsuite: add missing data check
Problem: In one python test, data is retrieved after an RPC call but the data is never verified. Call the helper function to verify the retrieved data.
1 parent 8190b78 commit 54ae474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/python/t0014-job-kvslookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def test_info_00_job_info_lookup(self):
159159
data = rpc.get()
160160
self.check_jobspec_str(data, self.jobid1, 0)
161161
data = rpc.get_decode()
162+
self.check_jobspec_decoded(data, self.jobid1, 0)
162163
self.assertEqual(data["id"], self.jobid1, 0)
163164

164165
def test_info_01_job_info_lookup_keys(self):

0 commit comments

Comments
 (0)