Without this, refreshing a token would fail because token would become a string, overwriting the dict that was there before, while we still need to use parts of the dict later on.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
Sounds like a good idea, :thumbsup: for me :)
rebased
Pull-Request has been merged by puiterwijk
Without this, refreshing a token would fail because token would
become a string, overwriting the dict that was there before, while
we still need to use parts of the dict later on.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com