Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Jan 28, 2023
2 parents 6037511 + e160c5c commit 726ccfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tests/Providers/ImapAuthServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ public function testBoot()
);
}

$this->assertNotNull(env("APP_AUTH_PATH"));

$this->assertEquals(
config("app.api.service.imapuser"),
[
"path" => env("APP_AUTH_PATH"),
"path" => env("APP_AUTH_PATH") ?? "rest-imapuser",
"versions" => ["v0"],
"latest" => "v0"
]
Expand Down

0 comments on commit 726ccfd

Please sign in to comment.