Skip to content

Commit

Permalink
test: add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Feb 27, 2024
1 parent 1a53760 commit 320da39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def test_record_ui_resource_config():
config = ModelUIResourceConfig()
config.search_app_id = 'Test'
config.form_app_id = 'Test'
return config


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 320da39

Please sign in to comment.