From dafd0f1441d2e06a0dca90d2abf85b1163296cff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= <danxuliu@gmail.com>
Date: Thu, 7 Jan 2021 18:26:08 +0100
Subject: [PATCH] Fix name of avatar integration tests in Drone
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml
index 5f526dcd112..60c316e3148 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -813,7 +813,7 @@ steps:
   image: docker:git
   commands:
     - git submodule update --init
-- name: integration-auth
+- name: integration-avatar
   image: nextcloudci/integration-php7.3:integration-php7.3-2
   commands:
     - bash tests/drone-run-integration-tests.sh || exit 0
-- 
GitLab