Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Mar 7, 2022
1 parent e6755d6 commit 6024e1e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, etag, json_text, correlation_id):
self._id = "etag_{0}".format(etag)
self._etag = etag
self._svd_sequence_number = 0
self._fetch_correlation_id = correlation_id
self._hostga_plugin_correlation_id = correlation_id
self._text = json_text
self._host_ga_plugin_version = FlexibleVersion('0.0.0.0')
self._schema_version = FlexibleVersion('0.0.0.0')
Expand Down Expand Up @@ -97,7 +97,7 @@ def hostga_plugin_correlation_id(self):
"""
The correlation id for the call to the HostGAPlugin vmSettings API
"""
return self._fetch_correlation_id
return self._hostga_plugin_correlation_id

@property
def created_on_timestamp(self):
Expand Down

0 comments on commit 6024e1e

Please sign in to comment.