forked from loafle/openapi-generator-original
update test username for scala
This commit is contained in:
parent
cbd1b98bf5
commit
05efd193c0
@ -37,7 +37,7 @@ class UserApiTest extends FlatSpec with Matchers with BeforeAndAfterAll {
|
|||||||
}
|
}
|
||||||
|
|
||||||
it should "fetch a user" in {
|
it should "fetch a user" in {
|
||||||
api.getUserByName("scala-test") match {
|
api.getUserByName("scala-test-username") match {
|
||||||
case Some(user) => {
|
case Some(user) => {
|
||||||
user.id should be(11222)
|
user.id should be(11222)
|
||||||
user.username should be("scala-test-username")
|
user.username should be("scala-test-username")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user