aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api-testing/REST/Transform.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/api-testing/REST/Transform.js')
-rw-r--r--tests/api-testing/REST/Transform.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/api-testing/REST/Transform.js b/tests/api-testing/REST/Transform.js
index 8251d6f1189a..f95fa2c492c7 100644
--- a/tests/api-testing/REST/Transform.js
+++ b/tests/api-testing/REST/Transform.js
@@ -1185,6 +1185,7 @@ describe( '/transform/ endpoint', function () {
.send( {
html: htmlOfMainPageWithDataParsoid
} )
+ .expect( status200 )
.expect( validWikitextResponse() )
.end( done );
} );
@@ -1198,6 +1199,7 @@ describe( '/transform/ endpoint', function () {
revid: 1
}
} )
+ .expect( status200 )
.expect( validWikitextResponse() )
.end( done );
} );