*
path 'application'
0.000
*
def insertApplication = read('classpath:at/htl/beeyond/integration/util/create-application.feature')
0.001
*
def insertApplicationResponse = call insertApplication
0.042
at/htl/beeyond/integration/util/create-application.feature
0.000
> *
path 'application/custom'
0.000
> *
def nginxDeployment = read('classpath:at/htl/beeyond/integration/util/nginx-deployment.yml.txt')
0.003
> *
configure headers = {Authorization: '#(auth(karate.tags))'}
0.000
> Given
request
0.000
{
"note": "Nginx Deployment",
"content": "#(nginxDeployment)",
"namespace": "stuetz",
"class": "5AHIF",
"to": "18.01.2022",
"purpose": "SYP"
}
> Given
url responseHeaders['Location'][0]
0.000
> Then
def application = response
0.000
*
def application = insertApplicationResponse.application
0.000
*
configure headers = {Authorization: '#(auth(karate.tags))', 'Content-Type': 'application/json'}
0.000