Skip to content

Commit

Permalink
chore: LEAP-463: Nearly empty diff to trigger followmerge (#5181)
Browse files Browse the repository at this point in the history
* Empty commit

* trivial change
  • Loading branch information
jombooth committed Dec 12, 2023
1 parent 2b4d34a commit 1ce70cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion label_studio/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def configured_project(business_client, annotator_client):
]

# get user to be owner
users = User.objects.filter(email='business@pytest.net') # TODO: @nik: how to get proper email for business here?
users = User.objects.filter(email='business@pytest.net') # TODO(nik): how to get proper email for business here?
project = make_project(_project_for_text_choices_onto_A_B_classes, users[0])

assert project.ml_backends.first().url == 'http://localhost:8999'
Expand Down

0 comments on commit 1ce70cc

Please sign in to comment.