Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhou-db committed Oct 25, 2024
1 parent 1832fd8 commit e04f6d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ class DeltaSharingSuite extends QueryTest with SharedSparkSession with DeltaShar
.option("startingVersion", 0).load(tablePath)
checkAnswer(df, Nil)
}
assert (ex.getMessage.contains("""400 Bad Request {"errorCode":"RESOURCE_DOES_NOT_EXIST""""))
assert(ex.getMessage.contains("""400 Bad Request"""))
assert(ex.getMessage.contains("""{"errorCode":"RESOURCE_DOES_NOT_EXIST""""))
}

integrationTest("azure support") {
Expand Down

0 comments on commit e04f6d0

Please sign in to comment.