We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e34e1 commit f522248Copy full SHA for f522248
rollbar-client/test/Rollbar/ClientSpec.hs
@@ -161,12 +161,12 @@ spec = do
161
, title = Nothing
162
, uuid = Just "12345"
163
, fingerprint = Nothing
164
- , itemNotifier = Notifier "rollbar-client" "1.1.0"
+ , itemNotifier = Notifier "rollbar-client" "1.2.0"
165
}
166
jsonItem = decodeUtf8 $ DBL.toStrict $ encode item
167
168
it "omits fields if they are Nothing values" $
169
T.unpack jsonItem `shouldNotContain` "\"server\""
170
171
- it "includes fields if they are Just values" $
+ it "includes fields if they are Just values" $
172
T.unpack jsonItem `shouldContain` "\"platform\":\"haskell\""
0 commit comments