#!/usr/share/ucs-test/runner bash
#
# Univention System Activation
#  test script
#
# SPDX-FileCopyrightText: 2015-2025 Univention GmbH
# SPDX-License-Identifier: AGPL-3.0-only

. tools.inc.sh

http --data "bar=foo"
has_request_failed ||
	fail_fast 1 "Missing 'license' parameter has not been caught (response status was $RESPONSE_CODE)"
