mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 23:32:47 +01:00
Add test for jobs (#34)
This commit is contained in:
@@ -61,7 +61,7 @@ func TestUser(t *testing.T) {
|
||||
t.Fatalf("Status got = %v, want %v", result.Status, tt.want.status)
|
||||
}
|
||||
if tt.want.status != http.StatusNoContent {
|
||||
jsonEqual(t, result.Body, tt.want.body)
|
||||
jsonEqual(t, tt.name, result.Body, tt.want.body)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user