Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
295
Merge Requests
40
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
ba436a4f
Commit
ba436a4f
authored
27 minutes ago
by
Ben Hayward
Browse files
Options
Download
Quick formatting change
parent
4a0642ef
fix/spam-detection-return-1104
1 merge request
!391
[Sprint/RollingRabbit](fix): Updated returned exception of offending spam link. #1104
Pipeline
#94695854
failed with stages
in 2 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
Spec/Core/Security/SpamSpec.php
View file @
ba436a4f
...
...
@@ -82,12 +82,6 @@ class SpamSpec extends ObjectBehavior
->
duringCheck
(
$group
);
}
public
function
it_should_detect_NO_spam_in_a_blog
(
Blog
$blog
,
Config
$config
)
{
$config
->
get
(
'prohibited_domains'
)
...
...
This diff is collapsed.
Please
register
or
sign in
to comment