Ver Fonte

[optimizer] Support authenticate API

Romain Rigaux há 9 anos atrás
pai
commit
2bb3b8a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      desktop/libs/metadata/src/metadata/optimizer_tests.py

+ 1 - 0
desktop/libs/metadata/src/metadata/optimizer_tests.py

@@ -72,5 +72,6 @@ class TestOptimizerApi(object):
   def test_api_authenticate(self):
     resp = self.api.authenticate()
 
+    assert_true(resp['token'], resp)
     assert_equal('success', resp['status'], resp)