Skip to content

Commit 1682e97

Browse files
committed
rename extractor test class
1 parent 215f9d5 commit 1682e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/tests/unit_tests/test_gitlab_url_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from cloudshell.iac.terraform.downloaders import gitlab_downloader
33

44

5-
class TestGitlabDownloader(unittest.TestCase):
5+
class TestGitlabUrlExtractor(unittest.TestCase):
66
NATURAL_URL = "http://192.168.85.26/quali_natti/terraformstuff/-/tree/test-branch/rds"
77
API_URL = "http://192.168.85.26/api/v4/projects/2/repository/archive.zip?path=rds"
88

0 commit comments

Comments
 (0)