Skip to content

Commit

Permalink
Update hardcoded version number
Browse files Browse the repository at this point in the history
until a better solution is to hand
  • Loading branch information
robkam authored Jun 13, 2024
1 parent eaa6ecb commit 839686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikiteam3/dumpgenerator/test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _new_config_from_parameter(params):

def get_config(mediawiki_ver, api=True):
assert api == True
if mediawiki_ver == "1.39.6":
if mediawiki_ver == "1.39.7":
return _new_config_from_parameter(
[
"--api",
Expand Down

0 comments on commit 839686e

Please sign in to comment.