Commit 3e8ae749 authored by rennoch's avatar rennoch
Browse files

corrected values for credential lists in Authorization headers

parent 1463789e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -987,7 +987,7 @@ group SetHeaders {
	  vc_authorization := 
	  {
		fieldName := AUTHORIZATION_E,
		body := f_calculatecCredentials_empty(vc_userprofile)
		body := {f_calculatecCredentials_empty(vc_userprofile)}
	  }

      
@@ -1019,7 +1019,7 @@ group SetHeaders {
	  vc_authorization := 
		   {
			 fieldName := AUTHORIZATION_E,
			 body := f_calculatecCredentials(vc_userprofile, "REGISTER", v_challenge)
			 body := {f_calculatecCredentials(vc_userprofile, "REGISTER", v_challenge)}
		   }
				
	}// end function f_setHeaders_2ndREGISTER
@@ -1051,7 +1051,7 @@ group SetHeaders {
	  vc_authorization := 
		   {
			 fieldName := AUTHORIZATION_E,
			 body := f_calculatecCredentials_wo_response(vc_userprofile, "REGISTER", v_challenge)
			 body := {f_calculatecCredentials_wo_response(vc_userprofile, "REGISTER", v_challenge)}
		   }
				
	}// end function f_setHeaders_2ndREGISTER_wo_response
@@ -1082,7 +1082,7 @@ group SetHeaders {
	  vc_authorization := 
		   {
			 fieldName := AUTHORIZATION_E,
			 body := f_calculatecCredentialsAndChangeUserName(vc_userprofile, "REGISTER", v_challenge)
			 body := {f_calculatecCredentialsAndChangeUserName(vc_userprofile, "REGISTER", v_challenge)}
		   }
				
	}// end function f_setHeaders_2ndREGISTER_authorizationWithDifferentUserName
@@ -3661,7 +3661,7 @@ group DefaultsTestStep
					v_Request.msgHeader.proxyAuthorization.fieldName :=
						PROXY_AUTHORIZATION_E;
					v_Request.msgHeader.proxyAuthorization.credentials :=
						v_Credentials;
						{v_Credentials};
							
					// Re-send the saved INVITE with Authorization header
					// included.