소스 검색

Fix test

remote-follow-auth-fix
Maxim Filippov 4 년 전
부모
커밋
cc36a8ea90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/moderation_log_test.exs

+ 1
- 1
test/moderation_log_test.exs 파일 보기

@@ -222,7 +222,7 @@ defmodule Pleroma.ModerationLogTest do
log = Repo.one(ModerationLog)

assert log.data["message"] ==
"@#{moderator.nickname} responded with 'look at this' to report ##{report.id}"
"@#{moderator.nickname} added note 'look at this' to report ##{report.id}"
end

test "logging status sensitivity update", %{moderator: moderator} do


불러오는 중...
취소
저장