5416: Add integration tests.
[arvados.git] / services / arv-git-httpd / auth_handler.go
index f182bca583cf206480ff9f8256a8ffbb8f22743d..3d299939d786348725d623b1542c9f0ce3bdc493 100644 (file)
@@ -13,10 +13,6 @@ import (
 )
 
 func newArvadosClient() interface{} {
-       // MakeArvadosClient returns an error if token is unset (even
-       // though we don't need to do anything requiring
-       // authentication yet).
-       os.Setenv("ARVADOS_API_TOKEN", "xxx")
        arv, err := arvadosclient.MakeArvadosClient()
        if err != nil {
                log.Println("MakeArvadosClient:", err)