Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 4, 2024
1 parent effeea9 commit 4503784
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wikiteam3/dumpgenerator/dump/misc/site_info_test.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import json

import pytest
import requests

from wikiteam3.dumpgenerator.test.test_config import get_config

from .site_info import saveSiteInfo


def test_mediawiki_version_match():
with get_config() as config:
with get_config() as config:
sess = requests.Session()
saveSiteInfo(config, sess)
with open(f"{config.path}/siteinfo.json") as f:
Expand Down

0 comments on commit 4503784

Please sign in to comment.