We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215f9d5 commit 1682e97Copy full SHA for 1682e97
1 file changed
package/tests/unit_tests/test_gitlab_url_extractor.py
@@ -2,7 +2,7 @@
2
from cloudshell.iac.terraform.downloaders import gitlab_downloader
3
4
5
-class TestGitlabDownloader(unittest.TestCase):
+class TestGitlabUrlExtractor(unittest.TestCase):
6
NATURAL_URL = "http://192.168.85.26/quali_natti/terraformstuff/-/tree/test-branch/rds"
7
API_URL = "http://192.168.85.26/api/v4/projects/2/repository/archive.zip?path=rds"
8
0 commit comments