Skip to content

Inconsistencies between API and test definition #75

@FabrizioMoggio

Description

@FabrizioMoggio

@FabrizioMoggio there seem to be still some inconsistencies between API and test definition:

  • API definition: Uses appInstanceId (camelCase with lowercase 'a')
  • Test files: Reference $.AppInstanceId (PascalCase with uppercase 'A')
  • Occurrences:
    • traffic-influence-postTrafficInfluenceDevice.feature:67
    • traffic-influence-postTrafficInfluenceDevice.feature:87
    • traffic-influence-postTrafficInfluence.feature:46
  • How to fix: Update test files to use $.appInstanceId
  • API definition: Uses edgeCloudZoneId
  • Test files: Reference $.zone
  • Occurrences:
    • traffic-influence-postTrafficInfluenceDevice.feature:67
    • traffic-influence-postTrafficInfluenceDevice.feature:87
    • traffic-influence-postTrafficInfluence.feature:46
  • How to fix: Update test files to use $.edgeCloudZoneId

Originally posted by @hdamker in #68 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions