provisioning-v2.feature 227 B

123456789
  1. Feature: provisioning
  2. Background:
  3. Given using api version "2"
  4. Scenario: Getting an not existing user
  5. Given As an "admin"
  6. When sending "GET" to "/cloud/users/test"
  7. Then the HTTP status code should be "404"