Skip to content

Commit

Permalink
test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSharratt committed Feb 5, 2020
1 parent 2744eba commit 153ece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/requestApi/test/v2/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ describe("Forms", function() {

it('it should delete a form', function (done) {
chai.request(server)
.delete('/v2/forms/'+activeFormId)
.delete('/v2/forms/testform')
.set("Authorization", "Bearer "+adminJwt)
.send({})
.end(function (err, res) {
Expand Down

0 comments on commit 153ece6

Please sign in to comment.