Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/apify/_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def get_global_configuration(cls) -> Configuration:
"""Retrieve the global instance of the configuration.

Mostly for the backwards compatibility. It is recommended to use the `service_locator.get_configuration()`
instead.
instead. Dummy change that should not fail in CI.
"""
return cls()

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_actor_scrapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def test_actor_scrapy_title_spider(

items = await actor.last_run().dataset().list_items()

assert items.count >= 10
assert items.count >= 9

for item in items.items:
assert 'url' in item
Expand Down
Loading