Skip to content

Commit

Permalink
gubbins tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuwd committed Dec 15, 2024
1 parent 796ecdf commit 9675b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions extensions/gubbins/gubbins-db/tests/test_gubbinsJobDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def test_gubbins_info(gubbins_db):
* use a method modified in the child db (getJobJDL)
"""
async with gubbins_db as gubbins_db:
result = await gubbins_db.insert(
job_id = await gubbins_db.insert(
"JDL",
"owner_toto",
"owner_group1",
Expand All @@ -36,8 +36,6 @@ async def test_gubbins_info(gubbins_db):
"lhcb",
)

job_id = result["JobID"]

await gubbins_db.insert_gubbins_info(job_id, "info")

result = await gubbins_db.getJobJDL(job_id, original=True)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"GubbinsJobDB",
#######
"JobLoggingDB",
"JobParametersDB",
"WMSAccessPolicy",
"ConfigSource",
"TaskQueueDB",
Expand Down

0 comments on commit 9675b2c

Please sign in to comment.