diff --git a/tests/acceptance/features/apiAntivirus/antivirusMain.feature b/tests/acceptance/features/apiAntivirus/antivirusMain.feature index 941701df..bcc30996 100644 --- a/tests/acceptance/features/apiAntivirus/antivirusMain.feature +++ b/tests/acceptance/features/apiAntivirus/antivirusMain.feature @@ -201,7 +201,7 @@ Feature: Antivirus basic And user "Alice" has shared file "/ok-textfile.txt" with user "Brian" And user "Brian" has accepted share "/ok-textfile.txt" offered by user "Alice" When user "Brian" uploads file "eicar.com" from the antivirus test data folder to "/ok-textfile.txt" using the WebDAV API - Then the HTTP status code should be "204" + Then the HTTP status code should be "403" And the last lines of the log file should contain log-entries containing these attributes: | user | app | method | message | | Brian | files_antivirus | PUT | Infected file deleted |