aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/external-plugins/auto-mute.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/external-plugins/auto-mute.ts')
-rw-r--r--server/tests/external-plugins/auto-mute.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/server/tests/external-plugins/auto-mute.ts b/server/tests/external-plugins/auto-mute.ts
index cfed76e88..a9bf3c173 100644
--- a/server/tests/external-plugins/auto-mute.ts
+++ b/server/tests/external-plugins/auto-mute.ts
@@ -50,8 +50,6 @@ describe('Official plugin auto-mute', function () {
50 }) 50 })
51 51
52 it('Should add a server blocklist', async function () { 52 it('Should add a server blocklist', async function () {
53 this.timeout(10000)
54
55 blocklistServer.replace({ 53 blocklistServer.replace({
56 data: [ 54 data: [
57 { 55 {
@@ -67,8 +65,6 @@ describe('Official plugin auto-mute', function () {
67 }) 65 })
68 66
69 it('Should remove a server blocklist', async function () { 67 it('Should remove a server blocklist', async function () {
70 this.timeout(10000)
71
72 blocklistServer.replace({ 68 blocklistServer.replace({
73 data: [ 69 data: [
74 { 70 {
@@ -85,8 +81,6 @@ describe('Official plugin auto-mute', function () {
85 }) 81 })
86 82
87 it('Should add an account blocklist', async function () { 83 it('Should add an account blocklist', async function () {
88 this.timeout(10000)
89
90 blocklistServer.replace({ 84 blocklistServer.replace({
91 data: [ 85 data: [
92 { 86 {
@@ -102,8 +96,6 @@ describe('Official plugin auto-mute', function () {
102 }) 96 })
103 97
104 it('Should remove an account blocklist', async function () { 98 it('Should remove an account blocklist', async function () {
105 this.timeout(10000)
106
107 blocklistServer.replace({ 99 blocklistServer.replace({
108 data: [ 100 data: [
109 { 101 {