Skip to content

Typescript TEST SDK improvements #18

@IrinaSouth

Description

@IrinaSouth
  • When updating the value with the same "current value", e.g.
 const response = await featureUpdater.updateKey(name, new FeatureStateUpdate({
        lock: false,
        value: currentValue,
    }));

the API returns 202 and "false". However it should be "true" - because it was the successful update, despite it is the same value. Need to update the API yaml

  • When updating a JSON value, it seems that it doesn't check the object, so possibly need to check and "stringify" the value

  • When updating a boolean value - it should not accept strings or numbers

Metadata

Metadata

Assignees

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