server/build/integration/features/provisioning-v1.feature

10 lines
222 B
Gherkin
Raw Normal View History

Feature: provisioning
Background:
Given using api version "1"
Scenario: Getting an not existing user
Given As an "admin"
When sending "GET" to "/cloud/users/test"
Then the status code should be "200"