From b45df4a6813026511c05491904f18908d1e4490a Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 14 Jun 2016 14:58:29 -0700 Subject: Correct token reference JIRA: COPPER-4 Change-Id: I9edf0ca98c85bd730fd54a86f8bee49fbd5015de Signed-off-by: blsaws --- components/congress/test-webapp/www/proxy/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/congress/test-webapp/www/proxy/index.php b/components/congress/test-webapp/www/proxy/index.php index 6374275..81234ba 100644 --- a/components/congress/test-webapp/www/proxy/index.php +++ b/components/congress/test-webapp/www/proxy/index.php @@ -24,7 +24,7 @@ if ($method == 'OPTIONS') { } $token = file_get_contents("/tmp/os_token"); -if ($result === false) { +if ($token === false) { $url = "http://KEYSTONE_HOST:5000/v2.0/tokens"; $curlop = curl_init(); curl_setopt($curlop, CURLOPT_URL, $url); -- cgit 1.2.3-korg