Commit 1f97efb
committed
discovery: fix integration test fixture for ResourceDetailsFetcher's new constructor
CI mypy caught a missed instantiation site -- the integration test's
resource_details_fetcher fixture still called ResourceDetailsFetcher()
with no args, missed by an earlier grep that accidentally excluded
both files named test_resource_details_fetcher.py (unit and
integration).1 parent a3e2493 commit 1f97efb
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments