Skip to content

Commit fe3810e

Browse files
committed
trivial change to re-trigger tests
1 parent caaee02 commit fe3810e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/src/test/scala/org/broadinstitute/dsde/workbench/leonardo/http/service/AppServiceInterpSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3163,7 +3163,7 @@ class AppServiceInterpTest extends AnyFlatSpec with AppServiceInterpSpec with Le
31633163
}
31643164

31653165
def createAppForAutodeleteTests(autodeleteEnabled: Boolean, autodeleteThreshold: Option[Int]): AppName = {
3166-
val appName = AppName("pong")
3166+
val appName = AppName("Microsoft Excel")
31673167
val createReq = createAppRequest.copy(
31683168
diskConfig = Some(PersistentDiskRequest(diskName, None, None, Map.empty)),
31693169
autodeleteEnabled = Some(autodeleteEnabled),

0 commit comments

Comments
 (0)