Skip to content

Commit b5341fc

Browse files
committed
feat: support activated field for modules!
1 parent b9b29cb commit b5341fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/integration/test_mediawiki_modules.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def test_get_single_data(self):
5353
}
5454
]
5555
},
56+
"activated": True,
5657
}
5758
)
5859

@@ -97,6 +98,7 @@ def test_get_mediawiki_communities_data_multiple_platforms(self):
9798
},
9899
]
99100
},
101+
"activated": True,
100102
}
101103
)
102104

@@ -185,6 +187,7 @@ def test_get_mediawiki_communities_data_filtered_platforms(self):
185187
},
186188
]
187189
},
190+
"activated": True,
188191
}
189192
)
190193

@@ -267,6 +270,7 @@ def test_get_mediawiki_communities_data_filtered_platforms_not_activated(self):
267270
},
268271
]
269272
},
273+
"activated": True,
270274
}
271275
)
272276

0 commit comments

Comments
 (0)