e2e: fix typo in Consul e2e (#19589)

This commit is contained in:
Piotr Kazmierczak
2024-01-03 09:34:38 +01:00
committed by GitHub
parent e7ca2b51ad
commit a87aa71f55

View File

@@ -19,5 +19,5 @@ func TestConsul(t *testing.T) {
t.Run("testServiceReversion", testServiceReversion)
t.Run("testAllocRestart", testAllocRestart)
t.Run("testConsulWI", testConsulWI)
t.Run("testConsulWI", testConsulWI_Service_and_Task)
}