From 3299064898556a259de797515f2dd8bb291519fd Mon Sep 17 00:00:00 2001 From: "Varma, Vikas" Date: Tue, 18 Sep 2018 18:09:00 -0400 Subject: fixing a bug for aaf authentication Change-Id: Ic35f014a2bc9cf979dc533d496356c962e972bf4 Signed-off-by: Varma, Vikas Issue-ID: OPTFRA-339 Signed-off-by: Varma, Vikas --- test/test_aaf_authentication.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'test') diff --git a/test/test_aaf_authentication.py b/test/test_aaf_authentication.py index 7f5207e..f20a860 100644 --- a/test/test_aaf_authentication.py +++ b/test/test_aaf_authentication.py @@ -1,3 +1,20 @@ +# ------------------------------------------------------------------------- +# Copyright (c) 2018 AT&T Intellectual Property +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ------------------------------------------------------------------------- +# import os from flask import Flask from mock import mock -- cgit 1.2.3-korg