Skip to content

Commit

Permalink
Use proper name for context store in QuarkusIntegrationTestExtension
Browse files Browse the repository at this point in the history
(cherry picked from commit 786d767)
  • Loading branch information
geoand authored and gsmet committed Aug 3, 2022
1 parent 7b59d0f commit 84bd53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private IntegrationTestExtensionState doProcessStart(Properties quarkusArtifactP
System.setProperty(i.getKey(), i.getValue());
}
}
context.getStore(ExtensionContext.Namespace.GLOBAL).put(NativeTestExtension.class.getName() + ".systemProps",
context.getStore(ExtensionContext.Namespace.GLOBAL).put(QuarkusIntegrationTestExtension.class.getName() + ".systemProps",
new ExtensionContext.Store.CloseableResource() {
@Override
public void close() throws Throwable {
Expand Down

0 comments on commit 84bd53b

Please sign in to comment.