Skip to content

Commit 726ccfd

Browse files
Merge branch 'dev'
2 parents 6037511 + e160c5c commit 726ccfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tests/Providers/ImapAuthServiceProviderTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ public function testBoot()
140140
);
141141
}
142142

143-
$this->assertNotNull(env("APP_AUTH_PATH"));
143+
144144
$this->assertEquals(
145145
config("app.api.service.imapuser"),
146146
[
147-
"path" => env("APP_AUTH_PATH"),
147+
"path" => env("APP_AUTH_PATH") ?? "rest-imapuser",
148148
"versions" => ["v0"],
149149
"latest" => "v0"
150150
]

0 commit comments

Comments
 (0)