Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jklugherz committed Jan 21, 2025
1 parent 5a00ec8 commit b740ccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def assert_airflow_delete_families_calls(self):
call_count_per_dag = 5
for i, dataset_type in enumerate(['MITO', 'SNV_INDEL', 'SV']):
offset = i * call_count_per_dag
self._assert_airflow_calls(self._get_dag_variables(dataset_type), call_count_per_dag, {}, offset)
self._assert_airflow_calls(self._get_dag_variables(dataset_type), call_count_per_dag, offset)

def _assert_update_check_airflow_calls(self, call_count, offset, update_check_path):
variables_update_check_path = f'{self.MOCK_AIRFLOW_URL}/api/v1/variables/{self.DAG_NAME}'
Expand Down

0 comments on commit b740ccb

Please sign in to comment.