Skip to content
Snippets Groups Projects
provisioning-v2.feature 227 B
Newer Older
Feature: provisioning
  Background:
    Given using api version "2"

  Scenario: Getting an not existing user
    Given As an "admin"
    When sending "GET" to "/cloud/users/test"
    Then the HTTP status code should be "404"