Skip to content

Commit e588e03

Browse files
committed
put back check
1 parent 2bfd774 commit e588e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/kotlin/org/openmbee/flexo/mms/util/Requests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ suspend fun ApplicationTestBuilder.httpRequest(method: HttpMethod, uri: String,
105105
header("Authorization", authorization(rootAuth))
106106
setup()
107107
}.apply {
108-
//this.shouldHaveHeader("Flexo-MMS-Layer-1", "Version=${BuildInfo.getProperty("build.version")}")
108+
this.shouldHaveHeader("Flexo-MMS-Layer-1", "Version=${BuildInfo.getProperty("build.version")}")
109109
}
110110
}
111111

0 commit comments

Comments
 (0)