Skip to content

Commit

Permalink
fix: drop change to pytest fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ewagner-verta committed Aug 22, 2023
1 parent 87ab35c commit ce4e3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/verta/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def class_created_entities():
entity.delete()


@pytest.fixture(scope="session")
@pytest.fixture
def model_version(registered_model):
yield registered_model.get_or_create_version()

Expand Down

2 comments on commit ce4e3f3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: VRD-894_pipelines_CRUD-2023-08-22T08-46-52--ce4e3f3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.14
Total coverage (server): 61.32

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.