Fix get_kernel_parameter fixture

Change-Id: Ifd4ed491f335f0b0949e0dc0df95fce11539bdd2
This commit is contained in:
Dmitry Tantsur 2015-02-09 15:30:11 +01:00
parent 2fbe520ba8
commit 17aba4ff64
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ if [[ "$1" = "discoverd_callback_url" ]];
then
echo http://127.0.0.1:5050/v1/continue
else
echo fake
echo
fi