Skip to content

Commit

Permalink
refactor (Mailgun/e2e): Synch with e2e feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
JPPortier committed Dec 12, 2024
1 parent 1f6219f commit f4e2e1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void getSendingQueuesStatus() {
sendingQueuesStatusResponse = service.getSendingQueuesStatus(domainName);
}

@When("^I send a request to purge the domain queues$")
@When("^I send a request to purge a sending queue$")
public void purgeDomainQueues() {

service.purgeSendingQueue(domainName, Config.MAILGUN_STORAGE);
Expand Down

0 comments on commit f4e2e1f

Please sign in to comment.