Skip to content

Commit

Permalink
change to static
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 22, 2024
1 parent bb51f4f commit 097c7b2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ class EndpointContextTest {
private EndpointContext.Builder defaultEndpointContextBuilder;
private StatusCode statusCode;

@SystemStub private final EnvironmentVariables environmentVariables = new EnvironmentVariables();
@SystemStub
private static final EnvironmentVariables environmentVariables = new EnvironmentVariables();

@BeforeEach
void setUp() throws IOException {
Expand Down

0 comments on commit 097c7b2

Please sign in to comment.