Skip to content

Commit

Permalink
Storing the token for Apigeex Hybrid Org
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli committed Nov 15, 2023
1 parent c6fd6e8 commit 87817bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ protected function setUp(): void {
$this->installSchema('user', ['users_data']);

$this->apigeeTestHelperSetup();
$this->storeToken();
$this->addApigeexOrganizationMatchedResponse();
$this->entity = $this->createApigeexTeam();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ protected function setUp(): void {

$this->baseSetUp();

$this->storeToken();
$this->addApigeexOrganizationMatchedResponse();
}

Expand Down

0 comments on commit 87817bf

Please sign in to comment.