Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
cf37d972
Commit
cf37d972
authored
Feb 08, 2022
by
Michał Zając
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update schema version
parent
493715d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/spec/models/vulnerabilities/finding_spec.rb
ee/spec/models/vulnerabilities/finding_spec.rb
+1
-1
No files found.
ee/spec/models/vulnerabilities/finding_spec.rb
View file @
cf37d972
...
...
@@ -7,7 +7,7 @@ RSpec.describe Vulnerabilities::Finding do
it
{
is_expected
.
to
define_enum_for
(
:severity
)
}
it
{
is_expected
.
to
define_enum_for
(
:detection_method
)
}
it
{
is_expected
.
to
have_locked_schema
(
'
be0977fb3642f60c0c04b2197fe55d109d27f9630a011f9a64fd31b9716a7c7f
'
).
reference
(
'https://gitlab.com/gitlab-org/gitlab/-/issues/349315'
)
}
it
{
is_expected
.
to
have_locked_schema
(
'
f17b760f30a3ad4e9c7a0d8580161649e7f3c9fd2b4a7e566884be41112468fe
'
).
reference
(
'https://gitlab.com/gitlab-org/gitlab/-/issues/349315'
)
}
where
(
vulnerability_finding_signatures:
[
true
,
false
])
with_them
do
...
...
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