Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Base Worker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Workers
Base Worker
Commits
5008de25
Commit
5008de25
authored
3 years ago
by
Blanche Miret
Browse files
Options
Downloads
Patches
Plain Diff
Correct string in test
parent
bdbd665c
No related branches found
No related tags found
1 merge request
!118
Resolve "Do not send metas=None on create_entity"
Pipeline
#78649
passed
3 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_elements_worker/test_elements.py
+1
-1
1 addition, 1 deletion
tests/test_elements_worker/test_elements.py
with
1 addition
and
1 deletion
tests/test_elements_worker/test_elements.py
+
1
−
1
View file @
5008de25
...
...
@@ -52,7 +52,7 @@ def test_check_required_types(monkeypatch, tmp_path, mock_elements_worker, respo
assert
worker
.
check_required_types
(
corpus_id
,
"
page
"
,
"
text_line
"
,
"
act
"
)
assert
(
str
(
e
.
value
)
==
"
Element type(s) text_line
, act
were not found in the Some Corpus corpus (12341234-1234-1234-1234-123412341234).
"
==
"
Element type(s)
act,
text_line were not found in the Some Corpus corpus (12341234-1234-1234-1234-123412341234).
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment