Skip to content

_getDefinedContextKeys does not work in real environment #7

Description

@tiger31

Solution:

 utils._getDefinedContextKeys = (contextName) => {
     return Object.keys(pm.environment.toObject())
         .filter(key => key.startsWith(`${contextName}:`));
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions