Skip to content

Commit 6fe09d4

Browse files
committed
test: fix CNV variant_query interpolation
1 parent a3d4463 commit 6fe09d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/anoph/test_cnv_frq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def test_gene_cnv_frequencies_advanced_with_variant_query(
643643
area_by = "admin1_iso"
644644
period_by = "year"
645645
region = random.choice(api.contigs)
646-
variant_query = "cnv_type == '{variant_query_option}'"
646+
variant_query = f"cnv_type == '{variant_query_option}'"
647647

648648
check_gene_cnv_frequencies_advanced(
649649
api=api,

0 commit comments

Comments
 (0)