Skip to content

Commit

Permalink
test: fix caching instance name
Browse files Browse the repository at this point in the history
  • Loading branch information
DifferentialOrange committed Dec 28, 2023
1 parent 6529333 commit c439234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vshard_helpers/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function Server:replicaset_name()
return nil
end)

self.replicaset_uuid_value = name
self.replicaset_name_value = name
return name
end

Expand Down

0 comments on commit c439234

Please sign in to comment.