From ddd182c92ba717786c72d9e55deefca91baf69fe Mon Sep 17 00:00:00 2001 From: Dan Jones <dan.jones@noc.ac.uk> Date: Thu, 19 Jan 2023 09:09:31 +0000 Subject: [PATCH] fix: correct feature description for auth header --- features/adapter_get-authorization-header.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/adapter_get-authorization-header.feature b/features/adapter_get-authorization-header.feature index 59de9a4..554acdf 100644 --- a/features/adapter_get-authorization-header.feature +++ b/features/adapter_get-authorization-header.feature @@ -1,5 +1,5 @@ -Feature: Does the adapter authenticate? - When an adapter instance is created it authenticates and receives a token +Feature: Can the adapter create an authorization header? + The adapter getAuthorizationHeader method works as expected Scenario: getAuthorizationHeader returns a bearer token Given valid config -- GitLab