def test_map_attribute_relationship_self(self, service_template):
        node_source_instance = service_template.find_node("my_collector")
        relationship_instance = next(iter(node_source_instance.out_edges["my_target"].values()))

        relationship_instance.map_attribute(["SELF", "colour"], "steampunk")