Skip to content

Commit

Permalink
revert the unwanted test change
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronis committed Oct 19, 2016
1 parent 1b3f3d9 commit 407f7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asserts/device_asserts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (mods *modelSuite) TestDecodeInvalid(c *C) {
{mods.tsLine, "timestamp: \n", `"timestamp" header should not be empty`},
{mods.tsLine, "timestamp: 12:30\n", `"timestamp" header is not a RFC3339 date: .*`},
{reqSnaps, "required-snaps: foo\n", `"required-snaps" header must be a list of strings`},
{reqSnaps, "required-snaps:\n -\n - nested", `"required-snaps" header must be a list of strings`},
{reqSnaps, "required-snaps:\n -\n - nested\n", `"required-snaps" header must be a list of strings`},
{sysUserAuths, "system-user-authority:\n a: 1\n", `"system-user-authority" header must be '\*' or a list of account ids`},
{sysUserAuths, "system-user-authority:\n - 5_6\n", `"system-user-authority" header must be '\*' or a list of account ids`},
}
Expand Down

0 comments on commit 407f7bc

Please sign in to comment.