Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
elixir
daisy
Commits
ac943c94
Commit
ac943c94
authored
Sep 16, 2021
by
Jacek Lebioda
Browse files
fix: test reporter
parent
8a4d284c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/tests/email_reporter/test_reporter.py
core/tests/email_reporter/test_reporter.py
+1
-1
No files found.
core/tests/email_reporter/test_reporter.py
View file @
ac943c94
...
...
@@ -75,7 +75,7 @@ def test_report_collector():
params
=
ReportParametersCollector
.
generate_for_user
(
user1
)
assert
len
(
params
.
projects
)
==
1
assert
params
.
issues
is
None
assert
len
(
params
.
issues
)
>
0
assert
len
(
params
.
datasets
)
==
1
assert
len
(
params
.
data_declarations
)
==
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment