summaryrefslogtreecommitdiffstats
path: root/build/integration/features/provisioning-v2.feature
blob: 72ceed5d6a53d7bc516d29e42f6bbfb78422e2b8 (plain)
1
2
3
4
5
6
7
8
9
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 status code should be "404"