We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85229c4 commit 35ca77cCopy full SHA for 35ca77c
test/unit/Tosca.py
@@ -518,7 +518,8 @@ def test_tosca_repo(self):
518
519
# Test with a full URL in the template_file and not in the repo
520
tosca_yaml = yaml.safe_load(tosca_data)
521
- tosca_yaml["imports"][0]["template_file"] = "https://raw.githubusercontent.com/grycap/tosca/main/templates/simple-node-disk.yml"
+ tosca_yaml["imports"][0]["template_file"] = \
522
+ "https://raw.githubusercontent.com/grycap/tosca/main/templates/simple-node-disk.yml"
523
tosca = Tosca(yaml.safe_dump(tosca_yaml))
524
_, radl = tosca.to_radl()
525
radl = parse_radl(str(radl))
0 commit comments