Skip to content

Commit

Permalink
Remoce duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChima committed Jan 30, 2025
1 parent 9fef9a5 commit 2a71f76
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions test/ussd_public_rapidpro.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,26 +94,6 @@ describe("ussd_public app", function() {
})
.run();
});
it("should give the user compliment/complaint instructions if they're receiving postbirth messages", function() {
return tester
.setup(function(api) {
api.http.fixtures.add(
fixtures_rapidpro.get_contact({
urn: "whatsapp:27123456789",
exists: true,
fields: {postbirth_messaging: "TRUE"}
})
);
})
.start()
.check.interaction({
state: "state_clinic_subscription",
reply:
"Hello mom! You can reply to any MomConnect message with a question, compliment or complaint. Our team " +
"will get back to you as soon as they can."
})
.run();
});
it("should welcome the user if they don't have a subscription", function() {
return tester
.setup(function(api) {
Expand Down

0 comments on commit 2a71f76

Please sign in to comment.