Skip to content

Commit

Permalink
[DNM] Test failure to check GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyhs committed Sep 21, 2024
1 parent a04a776 commit 9206bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class FlagSyncServiceIntegrationTest : TestPropertyProvider, DescribeSpec({
describe("fetchAllFlags") {
it("returns all flags") {
val response = serviceStub.fetchAllFlags(FetchAllFlagsRequest.newBuilder().build())
response.flagConfiguration.shouldEqualJson("""{"flags": {"flag1": ${flag1Value}}}""")
response.flagConfiguration.shouldEqualJson("""{"flags": {"flag0": ${flag1Value}}}""")
}
}
}) {
Expand Down

0 comments on commit 9206bf2

Please sign in to comment.