Skip to content

Commit

Permalink
added test
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-milea committed Oct 4, 2024
1 parent f9e568d commit b4e3dd2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions notebooks/scenarios/bigquery/sync/040-do-review-requests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,24 @@
"widget._sync_all()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Check requests status on the high side"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"for job in submitted_jobs_data_should_succeed:\n",
" request = get_request_for_job_info(all_requests, job)\n",
" assert request.status == RequestStatus.APPROVED"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit b4e3dd2

Please sign in to comment.