Skip to content

Unnecessary testInboxId validation in testing #69

Closed
@i7an

Description

@i7an

testInboxId is not always needed.

client.testing.projects.create('test project') // => MailtrapError: testInboxId is missing, testing API will not work.
client.testing.inboxes.create(123, 'test inbox') // => MailtrapError: testInboxId is missing, testing API will not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions